Add tests and make minor fixes to PriorityQueue.

This commit is contained in:
RoosterDragon
2016-02-26 22:41:14 +00:00
parent 86e4a72dce
commit 0306a8de6c
3 changed files with 57 additions and 6 deletions

View File

@@ -50,6 +50,7 @@
<Compile Include="OpenRA.Game\MiniYamlTest.cs" />
<Compile Include="OpenRA.Game\ActorInfoTest.cs" />
<Compile Include="OpenRA.Game\CoordinateTest.cs" />
<Compile Include="OpenRA.Game\PriorityQueueTest.cs" />
<Compile Include="OpenRA.Game\SpatiallyPartitionedTest.cs" />
<Compile Include="OpenRA.Mods.Common\ShapeTest.cs" />
<Compile Include="OpenRA.Game\OrderTest.cs" />