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.Configuration/Test/standalone/ChangeLog')
-rw-r--r--mcs/class/System.Configuration/Test/standalone/ChangeLog85
1 files changed, 0 insertions, 85 deletions
diff --git a/mcs/class/System.Configuration/Test/standalone/ChangeLog b/mcs/class/System.Configuration/Test/standalone/ChangeLog
deleted file mode 100644
index 38aa233e3a3..00000000000
--- a/mcs/class/System.Configuration/Test/standalone/ChangeLog
+++ /dev/null
@@ -1,85 +0,0 @@
-2008-08-02 Gert Driesen <drieseng@users.sourceforge.net>
-
- * Makefile
- * t47.cs
- * t47.exe.config
- * t47.exe.expected: added test for bug #413203.
-
-2008-07-02 Gert Driesen <drieseng@users.sourceforge.net>
-
- * t46.cs: Improve test coverage.
-
-2008-07-02 Gert Driesen <drieseng@users.sourceforge.net>
-
- * Makefile: added test t46.
- * t46.cs, t46-lib.cs: added test for bug #405574.
- * t46.exe.config, t46.exe.config2: config files for t46.
- * t46.exe.expected: expected result for t46.
-
-2008-06-26 Gert Driesen <drieseng@users.sourceforge.net>
-
- * Assert.cs: added.
- * Makefile: added Assert.cs, and explicitly specify output file.
- * t28.cs: Improved test.
-
-2007-11-15 Atsushi Enomoto <atsushi@ximian.com>
-
- * Makefile : added -r:System.Data.
- * t45.cs, t45.exe.expected : test for bug #323708.
-
-2007-03-15 Vladimir Krasnov <vladimirk@mainsoft.com>
-
- * t44.cs: added test for case sensitivity check
-
-2006-12-27 Atsushi Enomoto <atsushi@ximian.com>
-
- * t38.cs, t38.exe.config, t38.exe.expected : new test for duplicate
- element.
- * t39.cs, t39.exe.config, t39.exe.expected : new test for identical
- element.
- * t40.* : similar test to t38 but with Alternate collection.
- * t41.* : similar test to t39 but with Alternate collection.
- * Makefile : added above.
-
-2006-12-22 Atsushi Enomoto <atsushi@ximian.com>
-
- * Makefile : disable t13 and t14 tests (they are based on old API
- or whatever - now broken).
-
-2006-11-05 Vladimir Krasnov <vladimirk@mainsoft.com>
-
- * t37.cs, t37.exe.config, t37.exe.expected: added some tests
- for <remove> element
-
-2006-09-05 Vladimir Krasnov <vladimirk@mainsoft.com>
-
- * t37.cs, t37.exe.config, t37.exe.expected: new test for
- <remove> bug in connectionStrings section
-
-2006-05-10 Atsushi Enomoto <atsushi@ximian.com>
-
- * t36.cs, t36-lib.cs, t36.exe.config, t36.exe.expected :
- new test for bug #77236.
- * Makefile : added a trick for building this test.
-
-2006-05-10 Atsushi Enomoto <atsushi@ximian.com>
-
- * t35.cs, t35.exe.config, t35.exe.expected :
- new test, largely from bug #78337.
-
-2006-04-28 Atsushi Enomoto <atsushi@ximian.com>
-
- * t33.cs, t33.exe.config, t33.exe.expected,
- t34.cs, t34.exe.config, t34.exe.expected,
- Makefile : new tests.
-
-2006-04-27 Atsushi Enomoto <atsushi@ximian.com>
-
- * t16.exe.result
- t17.exe.result
- t18.exe.result : removed.
- * t32.cs
- t32.exe.expected
- t32.exe.config : new test from bug #77957.
- * Makefile : use diff --strip-trailing-cr instead of cmp so that
- it works fine on windows.