there is an old version of tolua on gelbbaer that doesn't do comparisons of

user types. ugh.
This commit is contained in:
Enno Rehling 2012-06-30 20:29:04 +02:00
parent a8324f16fd
commit 5f5b4a3947
1 changed files with 1 additions and 1 deletions

View File

@ -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)