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:
authorAtsushi Eno <atsushieno@gmail.com>2006-01-15 06:24:19 +0300
committerAtsushi Eno <atsushieno@gmail.com>2006-01-15 06:24:19 +0300
commit97c08a345189de79332e75268f5ac806caa800f8 (patch)
treea8184f103daa90b9aa9fa26504aea8b94c91e29f /mcs/class/System.XML/Test/System.Xml/ChangeLog
parentff0343ec9a5ff32a6a8df8cdf23fc26a927f5b6e (diff)
revert r55476, incorrectly made changes to the tag, not the branchmono-1.1.13
svn path=/tags/mono-1-1-13/mcs/; revision=55590
Diffstat (limited to 'mcs/class/System.XML/Test/System.Xml/ChangeLog')
-rw-r--r--mcs/class/System.XML/Test/System.Xml/ChangeLog14
1 files changed, 0 insertions, 14 deletions
diff --git a/mcs/class/System.XML/Test/System.Xml/ChangeLog b/mcs/class/System.XML/Test/System.Xml/ChangeLog
index 2e69a65947e..441ca9c9bfa 100644
--- a/mcs/class/System.XML/Test/System.Xml/ChangeLog
+++ b/mcs/class/System.XML/Test/System.Xml/ChangeLog
@@ -1,17 +1,3 @@
-2006-01-12 Atsushi Enomoto <atsushi@ximian.com>
-
- * XmlTextWriterTests.cs : Split AutoCreatePrefixes() and marked as
- Ignore rather than NotWorking. Also it is not for bug #77086 and
- #77077 (they were fixed). See bug #77088.
-
-2006-01-12 Atsushi Enomoto <atsushi@ximian.com>
-
- * XmlTextWriterTests.cs : re-enabled WriteNmToken_InvalidChars().
-
-2006-01-12 Atsushi Enomoto <atsushi@ximian.com>
-
- * XmlTextWriterTests.cs : re-enabled bug #77094 related tests.
-
2006-01-06 Atsushi Enomoto <atsushi@ximian.com>
* XmlWriterTests.cs : added tests for WriteNode(XPathNavigator, bool)