Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Core/Test/System.Security.Cryptography/ChangeLog')
-rw-r--r--mcs/class/System.Core/Test/System.Security.Cryptography/ChangeLog16
1 files changed, 0 insertions, 16 deletions
diff --git a/mcs/class/System.Core/Test/System.Security.Cryptography/ChangeLog b/mcs/class/System.Core/Test/System.Security.Cryptography/ChangeLog
deleted file mode 100644
index d4c92a0cb66..00000000000
--- a/mcs/class/System.Core/Test/System.Security.Cryptography/ChangeLog
+++ /dev/null
@@ -1,16 +0,0 @@
-2009-08-30 Zoltan Varga <vargaz@gmail.com>
-
- * MD5CngTest.cs: Update to new nunit style.
-
-2008-08-05 Sebastien Pouliot <sebastien@ximian.com>
-
- * CngAlgorithmGroupTest.cs: New. Unit tests.
- * CngAlgorithmTest.cs: New. Unit tests.
- * MD5CngTest.cs: New. MD5 unit tests.
- * SHA1CngTest.cs: New. SHA1 unit tests.
- * SHA256CngTest.cs: New. SHA256 unit tests.
- * SHA256CryptoServiceProviderTest.cs: New. SHA256 unit tests.
- * SHA384CngTest.cs: New. SHA384 unit tests.
- * SHA384CryptoServiceProviderTest.cs: New. SHA384 unit tests.
- * SHA512CngTest.cs: New. SHA512 unit tests.
- * SHA512CryptoServiceProviderTest.cs: New. SHA512 unit tests.