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/corlib/Test/System/ChangeLog')
-rw-r--r--mcs/class/corlib/Test/System/ChangeLog30
1 files changed, 0 insertions, 30 deletions
diff --git a/mcs/class/corlib/Test/System/ChangeLog b/mcs/class/corlib/Test/System/ChangeLog
index 5f1f3cf910f..558675e394b 100644
--- a/mcs/class/corlib/Test/System/ChangeLog
+++ b/mcs/class/corlib/Test/System/ChangeLog
@@ -1,37 +1,7 @@
-2006-02-18 Raja R Harinath <harinath@gmail.com>
-
- * TypeTest.cs (ByrefType): New.
-
-2006-02-17 Raja R Harinath <rharinath@novell.com>
-
- * TypeTest.cs: Rename one of the instances of Foo<T> to ComFoo<T>.
-
-2006-02-14 Ankit Jain <jankit@novell.com>
-
- * ArraySegmentTest.cs: Fix a misplaced #endif.
-
-2006-02-14 Ankit Jain <jankit@novell.com>
- Raja R Harinath <rharinath@novell.com>
-
- * ArraySegmentTest.cs: New.
-
-2006-02-02 Zoltan Varga <vargaz@gmail.com>
-
- * TypeTest.cs: Add test for getting custom attributes of generic
- instances.
-
2006-01-31 Atsushi Enomoto <atsushi@ximian.com>
* StringTest.cs : Added test for bug #77412.
-2006-01-19 Atsushi Enomoto <atsushi@ximian.com>
-
- * StringTest.cs : numbered some assertions.
-
-2006-01-19 Atsushi Enomoto <atsushi@ximian.com>
-
- * ModuleHandleTest.cs : GetPEKind() is not public in 2.0 RTM.
-
2006-01-03 Zoltan Varga <vargaz@gmail.com>
* ActivatorTest.cs: Add Nullable tests.