summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Dettman <peter.dettman@bouncycastle.org>2015-11-08 18:55:16 +0700
committerPeter Dettman <peter.dettman@bouncycastle.org>2015-11-08 18:55:16 +0700
commiteafa3ffbb328f580f914b39f33c13033ad2e2ae8 (patch)
treeceb1061ee4b0e30f19ba57344c46d46ccf41f887
parentNeeds to be in Org.BouncyCastle namespace for now (diff)
downloadBouncyCastle.NET-ed25519-eafa3ffbb328f580f914b39f33c13033ad2e2ae8.tar.xz
Remove old TODO
-rw-r--r--crypto/test/src/util/test/SimpleTest.cs1
1 files changed, 0 insertions, 1 deletions
diff --git a/crypto/test/src/util/test/SimpleTest.cs b/crypto/test/src/util/test/SimpleTest.cs
index 1cf9aa16f..faeee65c9 100644
--- a/crypto/test/src/util/test/SimpleTest.cs
+++ b/crypto/test/src/util/test/SimpleTest.cs
@@ -125,7 +125,6 @@ namespace Org.BouncyCastle.Utilities.Test
 		private static string GetShortName(
 			string fullName)
 		{
-// TODO MonoDevelop/Visual Studio embedded resource ids still inconsistent
 #if PORTABLE
 			return fullName.Substring("crypto.tests.".Length);
 #else