forked from github/server
there is an old version of tolua on gelbbaer that doesn't do comparisons of
user types. ugh.
This commit is contained in:
parent
a8324f16fd
commit
5f5b4a3947
|
@ -140,7 +140,7 @@ end
|
|||
function test_process_move()
|
||||
r2 = _G.region.create(1, 0, 'plain')
|
||||
u:add_order('NACH O')
|
||||
assert_not_equal(r2, u.region)
|
||||
assert_not_equal(r2.id, u.region.id)
|
||||
eressea.process.update_long_order()
|
||||
eressea.process.movement()
|
||||
assert_equal(r2, u.region)
|
||||
|
|
Loading…
Reference in New Issue