forked from github/server
failing test for bug 2288
This commit is contained in:
parent
8246874907
commit
17d410345f
|
@ -37,6 +37,10 @@ function teardown()
|
|||
set_rule("rules.ship.storms")
|
||||
end
|
||||
|
||||
function test_calendar()
|
||||
assert_equal(get_season(396), "calendar::winter")
|
||||
end
|
||||
|
||||
function disable_test_bug_1738_build_castle_e3()
|
||||
local r = region.create(0, 0, "plain")
|
||||
local f = faction.create("bug_1738@eressea.de", "human", "de")
|
||||
|
@ -990,4 +994,4 @@ function test_bug2187()
|
|||
-- write_report(f)
|
||||
|
||||
set_rule("rules.food.flags", "4")
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue