diff options
| author | Syndamia <kamen.d.mladenov@protonmail.com> | 2020-05-22 12:59:32 +0300 |
|---|---|---|
| committer | Syndamia <kamen.d.mladenov@protonmail.com> | 2020-05-22 12:59:32 +0300 |
| commit | 747aa00440eb9b219d989a536b0ff0c959b35143 (patch) | |
| tree | f8b866f8e95c4597cae6b246746c23967e03def6 /MundusTests/MundusTests.csproj | |
| parent | a4e2f6753c6c2612444847fd12f1e973a86a4aa4 (diff) | |
| download | Mundus-747aa00440eb9b219d989a536b0ff0c959b35143.tar Mundus-747aa00440eb9b219d989a536b0ff0c959b35143.tar.gz Mundus-747aa00440eb9b219d989a536b0ff0c959b35143.zip | |
Completed all tests (there is still some code that can be tested, but it will be very hard to do so and I am skipping it for now).
Diffstat (limited to 'MundusTests/MundusTests.csproj')
| -rw-r--r-- | MundusTests/MundusTests.csproj | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/MundusTests/MundusTests.csproj b/MundusTests/MundusTests.csproj index bb185b7..dd6be8d 100644 --- a/MundusTests/MundusTests.csproj +++ b/MundusTests/MundusTests.csproj @@ -131,7 +131,7 @@ <HintPath>..\packages\BouncyCastle.1.8.6.1\lib\BouncyCastle.Crypto.dll</HintPath>
</Reference>
<Reference Include="Google.Protobuf">
- <HintPath>..\packages\Google.Protobuf.3.12.0\lib\net45\Google.Protobuf.dll</HintPath>
+ <HintPath>..\packages\Google.Protobuf.3.12.1\lib\net45\Google.Protobuf.dll</HintPath>
</Reference>
<Reference Include="Renci.SshNet">
<HintPath>..\packages\SSH.NET.2016.1.0\lib\net40\Renci.SshNet.dll</HintPath>
@@ -199,6 +199,7 @@ <Compile Include="ServiceTests\Tiles\Mobs\InventoryTests.cs" />
<Compile Include="ApplicationSetup.cs" />
<Compile Include="ServiceTests\Tiles\Mobs\MobTileTests.cs" />
+ <Compile Include="ServiceTests\GameEventLogControllerTests.cs" />
</ItemGroup>
<ItemGroup>
<None Include="packages.config" />
|
