mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-25 14:01:03 -08:00
Save loading regression tests
This commit is contained in:
parent
62bd0442df
commit
73c48afc99
3 changed files with 11 additions and 2 deletions
|
|
@ -220,8 +220,9 @@ public class ApplicationTests{
|
|||
resetWorld();
|
||||
SaveIO.load(Core.files.internal("build77.msav"));
|
||||
|
||||
assertEquals(50, world.width());
|
||||
assertEquals(50, world.height());
|
||||
//just tests if the map was loaded properly and didn't crash, no validity checks currently
|
||||
assertEquals(276, world.width());
|
||||
assertEquals(10, world.height());
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue