Fix broken test
This commit is contained in:
@@ -17,7 +17,7 @@ public class I18nTests {
|
|||||||
contentManager = new ContentManager();
|
contentManager = new ContentManager();
|
||||||
contentPack = new DummyContentPack("dummy");
|
contentPack = new DummyContentPack("dummy");
|
||||||
contentManager.addPack(contentPack);
|
contentManager.addPack(contentPack);
|
||||||
contentPack.content.put("lang/dummy.lang", "abc = missingno\nescaped = \\\\\na.b.c = noop\nformatted = Formatted: %s!\nunicode = \\u20ac");
|
contentPack.content.put("lang/dummy.properties", "abc = missingno\nescaped = \\\\\na.b.c = noop\nformatted = Formatted: %s!\nunicode = \\u20ac");
|
||||||
lang = new Lang("dummy");
|
lang = new Lang("dummy");
|
||||||
lang.load(contentManager);
|
lang.load(contentManager);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user