diff options
author | mw <megan@cryptoworkshop.com> | 2020-10-27 16:32:55 +1100 |
---|---|---|
committer | mw <megan@cryptoworkshop.com> | 2020-10-27 16:32:55 +1100 |
commit | a3e867441dc66d0f86579bc36c835bf0f5d0c3bd (patch) | |
tree | 566a2041e61c308e3577cbe900e64fadcda1566e | |
parent | Finished NewTspTests (diff) | |
parent | added NewTspTest (diff) | |
download | BouncyCastle.NET-ed25519-a3e867441dc66d0f86579bc36c835bf0f5d0c3bd.tar.xz |
Merge branch 'master' of git.bouncycastle.org:bc-csharp into master
-rw-r--r-- | crypto/crypto.csproj | 5 | ||||
-rw-r--r-- | crypto/test/UnitTests.csproj | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/crypto/crypto.csproj b/crypto/crypto.csproj index f4f656036..0ae1681fc 100644 --- a/crypto/crypto.csproj +++ b/crypto/crypto.csproj @@ -13648,6 +13648,11 @@ BuildAction = "Compile" /> <File + RelPath = "test\src\tsp\test\NewTspTest.cs" + SubType = "Code" + BuildAction = "Compile" + /> + <File RelPath = "test\src\tsp\test\TSPTest.cs" SubType = "Code" BuildAction = "Compile" diff --git a/crypto/test/UnitTests.csproj b/crypto/test/UnitTests.csproj index 5b39de6ad..8023884bb 100644 --- a/crypto/test/UnitTests.csproj +++ b/crypto/test/UnitTests.csproj @@ -459,6 +459,7 @@ <Compile Include="src\tsp\test\AllTests.cs" /> <Compile Include="src\tsp\test\GenTimeAccuracyTest.cs" /> <Compile Include="src\tsp\test\ParseTest.cs" /> + <Compile Include="src\tsp\test\NewTspTest.cs" /> <Compile Include="src\tsp\test\TSPTest.cs" /> <Compile Include="src\tsp\test\TSPTestUtil.cs" /> <Compile Include="src\tsp\test\TimeStampTokenInfoTest.cs" /> |