You've already forked lidgren-network-gen3
mirror of
https://github.com/lidgren/lidgren-network-gen3.git
synced 2026-05-19 00:26:30 +09:00
Removed NetBitWriterTests.cs from unittests project file
This commit is contained in:
@@ -17,8 +17,6 @@ namespace UnitTests
|
|||||||
|
|
||||||
Console.WriteLine("Unique identifier is " + NetUtility.ToHexString(peer.UniqueIdentifier));
|
Console.WriteLine("Unique identifier is " + NetUtility.ToHexString(peer.UniqueIdentifier));
|
||||||
|
|
||||||
NetBitWriterTests.Run();
|
|
||||||
|
|
||||||
ReadWriteTests.Run(peer);
|
ReadWriteTests.Run(peer);
|
||||||
|
|
||||||
NetQueueTests.Run();
|
NetQueueTests.Run();
|
||||||
|
|||||||
@@ -41,7 +41,6 @@
|
|||||||
<Compile Include="BitVectorTests.cs" />
|
<Compile Include="BitVectorTests.cs" />
|
||||||
<Compile Include="EncryptionTests.cs" />
|
<Compile Include="EncryptionTests.cs" />
|
||||||
<Compile Include="MiscTests.cs" />
|
<Compile Include="MiscTests.cs" />
|
||||||
<Compile Include="NetBitWriterTests.cs" />
|
|
||||||
<Compile Include="NetQueueTests.cs" />
|
<Compile Include="NetQueueTests.cs" />
|
||||||
<Compile Include="Program.cs" />
|
<Compile Include="Program.cs" />
|
||||||
<Compile Include="Properties\AssemblyInfo.cs" />
|
<Compile Include="Properties\AssemblyInfo.cs" />
|
||||||
|
|||||||
Reference in New Issue
Block a user