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:
authorKral Ferch <kral@mono-cvs.ximian.com>2002-03-23 07:38:35 +0300
committerKral Ferch <kral@mono-cvs.ximian.com>2002-03-23 07:38:35 +0300
commitabf853b6ca877b1cca4d61d2ea267009abd1fd83 (patch)
treec15ad13e9c75c189428d9c44839f9018b93fe397 /mcs/class/System.XML/Test/ChangeLog
parent2044abcc025f55a3a735324f6a4097f967b559a8 (diff)
XmlTextWriter formatting, indenting, xml declaration stuff.
svn path=/trunk/mcs/; revision=3277
Diffstat (limited to 'mcs/class/System.XML/Test/ChangeLog')
-rw-r--r--mcs/class/System.XML/Test/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Test/ChangeLog b/mcs/class/System.XML/Test/ChangeLog
index bf710249c65..2bd719d4050 100644
--- a/mcs/class/System.XML/Test/ChangeLog
+++ b/mcs/class/System.XML/Test/ChangeLog
@@ -1,3 +1,11 @@
+2002-03-23 Kral Ferch <kral_ferch@hotmail.com>
+
+ * XmlTextWriterTests.cs: constructor tests with
+ different encodings to test that encoding gets suppressed
+ on xml declaration when null stream passed to constructor.
+ WriteStartDocument(standalone) tests. Tests for formatting
+ and indentation. Test for invalid value set on QuoteChar.
+
2002-03-22 Duncan Mak <duncan@ximian.com>
* AllTests.cs: