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-10 21:47:08 +0400
committerJason Diamond <injektilo@mono-cvs.ximian.com>2002-08-10 21:47:08 +0400
commitd12ea80ba68a8c8b5f0bcfb94edf93713b89814f (patch)
tree1ca52a135b9815c3f1f0ab7b42566eb073fab6fb /mcs/class/System.XML/Test/ChangeLog
parentea278b331e40f006385183b6dfbbbba963e2b33f (diff)
* makefile.gnu: Use relative path to NUnitConsole_mono.exe instead of
hardcoding it to /usr/local/bin. Default test suite to AllTests but allow it to be overridden from the command line. * XmlTextWriterTests.cs: Split TestWriteString into multiple tests. Added encoding parameters to all the StreamReaders in TestBaseConstructorsAndBaseStream. I think this is a bug in Mono's StreamReader since these aren't required when testing against Microsoft's. svn path=/trunk/mcs/; revision=6572
Diffstat (limited to 'mcs/class/System.XML/Test/ChangeLog')
-rw-r--r--mcs/class/System.XML/Test/ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Test/ChangeLog b/mcs/class/System.XML/Test/ChangeLog
index 8f1c73fa9c6..288ac34e9ed 100644
--- a/mcs/class/System.XML/Test/ChangeLog
+++ b/mcs/class/System.XML/Test/ChangeLog
@@ -1,3 +1,15 @@
+2002-08-10 Jason Diamond <jason@injektilo.org>
+
+ * makefile.gnu: Use relative path to NUnitConsole_mono.exe instead of
+ hardcoding it to /usr/local/bin. Default test suite to AllTests but
+ allow it to be overridden from the command line.
+
+ * XmlTextWriterTests.cs: Split TestWriteString into multiple tests.
+ Added encoding parameters to all the StreamReaders in
+ TestBaseConstructorsAndBaseStream. I think this is a bug in Mono's
+ StreamReader since these aren't required when testing against
+ Microsoft's.
+
2002-08-08 Jason Diamond <jason@injektilo.org>
* System.XML_linux_test.args: Added Kral's new test classes.