This IS fixed!

This commit is contained in:
main() 2012-03-10 17:41:53 +01:00
parent de6fc6481e
commit 98f5e1e4ee
1 changed files with 1 additions and 4 deletions

View File

@ -84,9 +84,6 @@ public class TestWorldCreation {
assertNotNull(worldsSection);
assertEquals(2, worldsSection.getKeys(false).size());
assertTrue(worldsSection.getKeys(false).contains("world2"));
// TODO: Uncomment once this is fixed!!!
//assertTrue(worldsSection.getKeys(false).contains("'fish.world'"));
// Worlds with .s are a special case, verify that they work.
assertTrue(worldsSection.getKeys(false).contains("fish.world"));
}
}