forked from github/server
added initial cleanup
This commit is contained in:
parent
4d622224aa
commit
43b2e30c46
1 changed files with 2 additions and 0 deletions
|
@ -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));
|
||||||
|
|
Loading…
Reference in a new issue