forked from github/server
working testcase
This commit is contained in:
parent
b97a2d4d26
commit
f853e8ea66
1 changed files with 5 additions and 2 deletions
|
@ -646,10 +646,12 @@ function test_control()
|
||||||
u1.building = b
|
u1.building = b
|
||||||
u2.building = b
|
u2.building = b
|
||||||
update_owners()
|
update_owners()
|
||||||
|
assert(b.owner==u1)
|
||||||
u1:clear_orders()
|
u1:clear_orders()
|
||||||
u1:add_order()
|
u1:add_order("GIB " .. itoa36(u2.id) .. " KOMMANDO")
|
||||||
|
u1:add_order("VERLASSE")
|
||||||
process_orders()
|
process_orders()
|
||||||
|
assert(b.owner==u2)
|
||||||
end
|
end
|
||||||
|
|
||||||
function test_storage()
|
function test_storage()
|
||||||
|
@ -709,6 +711,7 @@ tests = {
|
||||||
}
|
}
|
||||||
mytests = {
|
mytests = {
|
||||||
["morale"] = test_morale,
|
["morale"] = test_morale,
|
||||||
|
["control"] = test_control,
|
||||||
["taxes"] = test_taxes,
|
["taxes"] = test_taxes,
|
||||||
["owners"] = test_owners
|
["owners"] = test_owners
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue