summary refs log tree commit diff
diff options
context:
space:
mode:
authormw <megan@cryptoworkshop.com>2020-10-27 16:32:55 +1100
committermw <megan@cryptoworkshop.com>2020-10-27 16:32:55 +1100
commita3e867441dc66d0f86579bc36c835bf0f5d0c3bd (patch)
tree566a2041e61c308e3577cbe900e64fadcda1566e
parentFinished NewTspTests (diff)
parentadded NewTspTest (diff)
downloadBouncyCastle.NET-ed25519-a3e867441dc66d0f86579bc36c835bf0f5d0c3bd.tar.xz
Merge branch 'master' of git.bouncycastle.org:bc-csharp into master
-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" />