summary refs log tree commit diff
diff options
context:
space:
mode:
authorDavid Hook <dgh@cryptoworkshop.com>2020-10-27 09:58:11 +1100
committerDavid Hook <dgh@cryptoworkshop.com>2020-10-27 09:58:11 +1100
commit069b8c15a6aab607b4ae9bac2a3a40bd35cbab22 (patch)
treefe8a65e7f75fd4a45b1497fe3f1129b64fb3c18a
parentAdded fractional time and new tests (diff)
downloadBouncyCastle.NET-ed25519-069b8c15a6aab607b4ae9bac2a3a40bd35cbab22.tar.xz
added NewTspTest
-rw-r--r--crypto/crypto.csproj5
-rw-r--r--crypto/test/UnitTests.csproj1
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" />