mirror of
https://github.com/Anuken/Mindustry.git
synced 2026-01-27 15:02:03 -08:00
Looking into test failure
This commit is contained in:
parent
a313ca8a26
commit
744b1b2037
2 changed files with 6 additions and 4 deletions
|
|
@ -494,10 +494,12 @@ public class ApplicationTests{
|
|||
|
||||
@Test
|
||||
void buildingOverlap(){
|
||||
Log.info("Testing buildingOverlap, initialized = @", initialized);
|
||||
|
||||
initBuilding();
|
||||
|
||||
Builderc d1 = (Builderc)UnitTypes.poly.create(Team.sharded);
|
||||
Builderc d2 = (Builderc)UnitTypes.poly.create(Team.sharded);
|
||||
Unit d1 = UnitTypes.poly.create(Team.sharded);
|
||||
Unit d2 = UnitTypes.poly.create(Team.sharded);
|
||||
|
||||
//infinite build range
|
||||
state.rules.editor = true;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue