summary refs log tree commit diff
path: root/crypto/test/src/pkcs
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2020-12-08 20:46:40 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2020-12-08 20:46:40 +0700
commit0c2afde8c313966d97a9fc64012bd04775ce51d7 (patch)
tree0a11f1a964d14917f8da64ece13f534bbb58175e /crypto/test/src/pkcs
parentRefactor result normalization (diff)
downloadBouncyCastle.NET-ed25519-0c2afde8c313966d97a9fc64012bd04775ce51d7.tar.xz
Cleanup
Diffstat (limited to 'crypto/test/src/pkcs')
-rw-r--r--crypto/test/src/pkcs/test/PKCS12StoreTest.cs4
1 files changed, 2 insertions, 2 deletions
diff --git a/crypto/test/src/pkcs/test/PKCS12StoreTest.cs b/crypto/test/src/pkcs/test/PKCS12StoreTest.cs
index 19749278c..3ac28b99f 100644
--- a/crypto/test/src/pkcs/test/PKCS12StoreTest.cs
+++ b/crypto/test/src/pkcs/test/PKCS12StoreTest.cs
@@ -1334,8 +1334,8 @@ namespace Org.BouncyCastle.Pkcs.Tests
 		public void TestFunction()
 		{
 			string resultText = Perform().ToString();
-			Console.Out.WriteLine(resultText);
-			Assert.AreEqual(Name + ": Okay", resultText);
+
+            Assert.AreEqual(Name + ": Okay", resultText);
 		}
 	}
 }