forked from github/server
fix, testing eressea
This commit is contained in:
parent
33e8098f47
commit
e32d8ec514
2 changed files with 1 additions and 1 deletions
|
@ -98,7 +98,7 @@ function test_blessedharvest_lasts_n_turn()
|
|||
p = r:get_resource("peasant")
|
||||
income = income - p * 10
|
||||
m = m + income
|
||||
print(i, m, p, r:get_resource("money"))
|
||||
-- print(i, m, p, r:get_resource("money"))
|
||||
if (i>level+1) then
|
||||
assert_not_equal(m, r:get_resource("money"))
|
||||
else
|
||||
|
|
0
src/scripts/tests/eressea.lua
Normal file
0
src/scripts/tests/eressea.lua
Normal file
Loading…
Reference in a new issue