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