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 23:46:11 +0300
committerKral Ferch <kral@mono-cvs.ximian.com>2002-03-23 23:46:11 +0300
commit29e35dc0f07a6ef4bdea8bc53ace707b1abd0302 (patch)
treed7e6b4ea8be5d74230d9403df1f5d33c7a08cb84 /mcs/class/System.XML/Test/ChangeLog
parenta7a9b895568309b74e7d576716d130250b9dcc1d (diff)
XmlTextWriter work on BaseStream, WriteState, and Namespaces.
svn path=/trunk/mcs/; revision=3295
Diffstat (limited to 'mcs/class/System.XML/Test/ChangeLog')
-rw-r--r--mcs/class/System.XML/Test/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/mcs/class/System.XML/Test/ChangeLog b/mcs/class/System.XML/Test/ChangeLog
index 2bd719d4050..93e797a4f98 100644
--- a/mcs/class/System.XML/Test/ChangeLog
+++ b/mcs/class/System.XML/Test/ChangeLog
@@ -1,5 +1,10 @@
2002-03-23 Kral Ferch <kral_ferch@hotmail.com>
+ * XmlTextWriterTests.cs: Tests for BaseStream,
+ Namespaces = false, and WriteState.
+
+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.