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/Test/System.Security.Cryptography/ChangeLog')
-rw-r--r--mcs/class/System/Test/System.Security.Cryptography/ChangeLog48
1 files changed, 0 insertions, 48 deletions
diff --git a/mcs/class/System/Test/System.Security.Cryptography/ChangeLog b/mcs/class/System/Test/System.Security.Cryptography/ChangeLog
deleted file mode 100644
index a88ddd2d572..00000000000
--- a/mcs/class/System/Test/System.Security.Cryptography/ChangeLog
+++ /dev/null
@@ -1,48 +0,0 @@
-2009-06-26 Robert Jordan <robertj@gmx.net>
-
- * OidCollectionTest.cs, OidEnumeratorTest.cs:
- Upgrade to new NUnit style.
-
-2007-03-07 Vladimir Krasnov <vladimirk@mainsoft.com>
-
- * AsnEncodedDataTest.cs, OidCollectionTest.cs, OidEnumeratorTest.cs,
- OidTest.cs: removed not supported calls for TARGET_JVM because of
- validation failures
-
-2006-04-25 Atsushi Enomoto <atsushi@ximian.com>
-
- * OidTest.cs,
- AsnEncodedDataTest.cs : commented locale-dependent tests
- (FriendlyName and Format(bool)) out.
-
-2005-09-26 Sebastien Pouliot <sebastien@ximian.com>
-
- * Asn*.cs, Oid*.cs: Moved from System.Security.dll
-
-2005-01-20 Sebastien Pouliot <sebastien@ximian.com>
-
- * AsnEncodedDataTest.cs: Added test case for SubjectAltName extension.
-
-2005-01-17 Sebastien Pouliot <sebastien@ximian.com>
-
- * AsnEncodedDataTest.cs: Added tests decode Fx supported Enhanced Key
- Usage extension and Fx "officially" unsupported Netscape Cert Type
- extension. Both are docoded sucessfully at this level.
-
-2005-01-13 Sebastien Pouliot <sebastien@ximian.com>
-
- * AsnEncodedDataTest.cs: Added tests for Oid, RawData properties and
- for CopyFrom method.
-
-2004-07-09 Sebastien Pouliot <sebastien@ximian.com>
-
- * AsnEncodedDataTest.cs: Fixed for Fx 2.0 beta1.
- * OidTest.cs: Fixed for Fx 2.0 beta1.
-
-2003-11-06 Sebastien Pouliot <spouliot@videotron.ca>
-
- * AsnEncodedDataTest.cs: New. Unit tests for AsnEncodedData (.NET 1.2).
- * OidTest.cs: New. Unit tests for Oid (.NET 1.2).
- * OidCollectionTest.cs: New. Unit tests for OidCollection (.NET 1.2).
- * OidEnumeratorTest.cs: New. Unit tests for OidEnumerator (.NET 1.2).
-