added initial cleanup

This commit is contained in:
Philipp Dreher 2015-11-07 15:18:23 +01:00
parent 4d622224aa
commit 43b2e30c46

View file

@ -1209,6 +1209,8 @@ static void test_show_without_item(CuTest *tc)
item *i; item *i;
struct locale *loc; struct locale *loc;
test_cleanup();
loc = get_or_create_locale("de"); loc = get_or_create_locale("de");
r = test_create_region(0, 0, test_create_terrain("testregion", LAND_REGION)); r = test_create_region(0, 0, test_create_terrain("testregion", LAND_REGION));