forked from github/server
Merge branch 'develop' of https://github.com/ennorehling/eressea.git
This commit is contained in:
commit
53ced88176
1 changed files with 5 additions and 0 deletions
|
@ -41,6 +41,11 @@ function test_build_watch()
|
|||
u:add_order("MACHE Wache")
|
||||
process_orders()
|
||||
assert_not_nil(u.building)
|
||||
if 5 ~= u.building.size then
|
||||
for k,v in f.messages do
|
||||
print(v)
|
||||
end
|
||||
end
|
||||
assert_equal(5, u.building.size)
|
||||
|
||||
u:set_skill("building", 2)
|
||||
|
|
Loading…
Reference in a new issue