forked from github/server
laen test does not work. trying to make setresource add the raw material to fix it
This commit is contained in:
parent
94c6709e37
commit
d5443f88d8
2
eressea
2
eressea
|
@ -1 +1 @@
|
||||||
Subproject commit f6b5728b4925afcb5c9b1cf64a0cc74ea2e09304
|
Subproject commit 1fe075e82d4f84c4e198389b4e85304e10557570
|
|
@ -252,7 +252,7 @@ function test_leave()
|
||||||
u:add_order("BETRETE BURG " .. itoa36(b2.id))
|
u:add_order("BETRETE BURG " .. itoa36(b2.id))
|
||||||
update_owners()
|
update_owners()
|
||||||
process_orders()
|
process_orders()
|
||||||
assert_equal(u.building.id, b1.id, "region owner has left the building") -- region owners may not leave
|
assert_equal(u.building, b1, "region owner has left the building") -- region owners may not leave
|
||||||
end
|
end
|
||||||
|
|
||||||
function test_market()
|
function test_market()
|
||||||
|
|
Loading…
Reference in New Issue