Minor test fixes
This commit is contained in:
+1
-1
@@ -1,3 +1,3 @@
|
||||
org.gradle.daemon=true
|
||||
org.gradle.jvmargs=-Xms256m -Xmx1024m
|
||||
archash=df3ffe3e71df04b9aa08dac4b3fc0193dca4515b
|
||||
archash=92e1670c9033fb6f825453b9c4c516e4b5079037
|
||||
|
||||
@@ -481,8 +481,8 @@ public class ApplicationTests{
|
||||
void buildingOverlap(){
|
||||
initBuilding();
|
||||
|
||||
Builderc d1 = (Builderc)UnitTypes.mono.create(Team.sharded);
|
||||
Builderc d2 = (Builderc)UnitTypes.mono.create(Team.sharded);
|
||||
Builderc d1 = (Builderc)UnitTypes.poly.create(Team.sharded);
|
||||
Builderc d2 = (Builderc)UnitTypes.poly.create(Team.sharded);
|
||||
|
||||
//infinite build range
|
||||
state.rules.editor = true;
|
||||
@@ -508,8 +508,8 @@ public class ApplicationTests{
|
||||
void buildingDestruction(){
|
||||
initBuilding();
|
||||
|
||||
Builderc d1 = (Builderc)UnitTypes.mono.create(Team.sharded);
|
||||
Builderc d2 = (Builderc)UnitTypes.mono.create(Team.sharded);
|
||||
Builderc d1 = (Builderc)UnitTypes.poly.create(Team.sharded);
|
||||
Builderc d2 = (Builderc)UnitTypes.poly.create(Team.sharded);
|
||||
|
||||
d1.set(10f, 20f);
|
||||
d2.set(10f, 20f);
|
||||
|
||||
Reference in New Issue
Block a user