mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-18 15:21:50 -08:00
Fixed: missing spawns / incorrect ranks / jittery movement / tests
This commit is contained in:
parent
d74887eaa1
commit
976b39414f
15 changed files with 65 additions and 40 deletions
|
|
@ -181,6 +181,7 @@ public class ApplicationTests{
|
|||
@Test
|
||||
void save(){
|
||||
world.loadMap(testMap);
|
||||
assertTrue(state.teams.get(defaultTeam).cores.size > 0);
|
||||
SaveIO.saveToSlot(0);
|
||||
}
|
||||
|
||||
|
|
@ -195,6 +196,7 @@ public class ApplicationTests{
|
|||
|
||||
assertEquals(world.width(), map.meta.width);
|
||||
assertEquals(world.height(), map.meta.height);
|
||||
assertTrue(state.teams.get(defaultTeam).cores.size > 0);
|
||||
}
|
||||
|
||||
@Test
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue