More tests
This commit is contained in:
@@ -424,6 +424,15 @@ public class ApplicationTests{
|
||||
assertEquals(300, world.height());
|
||||
}
|
||||
|
||||
@Test
|
||||
void load108Save(){
|
||||
resetWorld();
|
||||
SaveIO.load(Core.files.internal("108.msav"));
|
||||
|
||||
assertEquals(256, world.width());
|
||||
assertEquals(256, world.height());
|
||||
}
|
||||
|
||||
@Test
|
||||
void arrayIterators(){
|
||||
Seq<String> arr = Seq.with("a", "b" , "c", "d", "e", "f");
|
||||
|
||||
Reference in New Issue
Block a user