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:
authorJason Diamond <injektilo@mono-cvs.ximian.com>2002-08-04 02:32:10 +0400
committerJason Diamond <injektilo@mono-cvs.ximian.com>2002-08-04 02:32:10 +0400
commit1fba2759ab054af4e0dcfb761968387d5983ebd0 (patch)
treed0a0ff540419053a11e23c5b9aeb822ccd931956 /mcs/class/System.XML/Test/ChangeLog
parent701e5820f5d75ce0919ac75c7da297807199cba0 (diff)
Fixed another bug to help get the System.XML tests running on Linux (no more assertions). Added a makefile to build the System.XML tests on Linux.
svn path=/trunk/mcs/; revision=6388
Diffstat (limited to 'mcs/class/System.XML/Test/ChangeLog')
-rw-r--r--mcs/class/System.XML/Test/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Test/ChangeLog b/mcs/class/System.XML/Test/ChangeLog
index 7c06cc9caf2..60dbe6f6f89 100644
--- a/mcs/class/System.XML/Test/ChangeLog
+++ b/mcs/class/System.XML/Test/ChangeLog
@@ -1,3 +1,9 @@
+2002-08-03 Jason Diamond <jason@injektilo.org>
+
+ * makefile.gnu: Added.
+
+ * System.XML_linux_test.args: Added.
+
2002-07-12 Piers Haken <piersh@friskit.com
* SelectNodesTests.cs: Added TestUnion (bug #27548)