diff options
author | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-11-08 18:55:16 +0700 |
---|---|---|
committer | Peter Dettman <peter.dettman@bouncycastle.org> | 2015-11-08 18:55:16 +0700 |
commit | eafa3ffbb328f580f914b39f33c13033ad2e2ae8 (patch) | |
tree | ceb1061ee4b0e30f19ba57344c46d46ccf41f887 | |
parent | Needs to be in Org.BouncyCastle namespace for now (diff) | |
download | BouncyCastle.NET-ed25519-eafa3ffbb328f580f914b39f33c13033ad2e2ae8.tar.xz |
Remove old TODO
-rw-r--r-- | crypto/test/src/util/test/SimpleTest.cs | 1 |
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 |