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>2005-12-13 15:09:02 +0300
committerAtsushi Eno <atsushieno@gmail.com>2005-12-13 15:09:02 +0300
commit9af8eedec3d7b6e6a0ec30f136bf08542eb883ab (patch)
tree1c08150ef7ecd33ae13ed8095390c3b43336a585 /mcs/class/System.XML/System.Xml_test.dll.sources
parentd3f0d5ba2845546e61363264656b59eece93f7b8 (diff)
2005-12-13 Atsushi Enomoto <atsushi@ximian.com>
* XPathNavigator.cs : ReplaceSelf() should allow document fragment. Moved implementation to XPathEditableDocument. * XPathEditableDocument.cs : implement ReplaceSelf() here. * System.Xml_test.dll.sources: Added XmlAssert.cs. * XmlAssert.cs : new file. * XPathEditableNavigatorTests.cs : added tests that passes empty string to editor methods. Added tests for ReplaceSelf(). svn path=/trunk/mcs/; revision=54278
Diffstat (limited to 'mcs/class/System.XML/System.Xml_test.dll.sources')
-rw-r--r--mcs/class/System.XML/System.Xml_test.dll.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/mcs/class/System.XML/System.Xml_test.dll.sources b/mcs/class/System.XML/System.Xml_test.dll.sources
index 56254ef1e57..2298eed97f4 100644
--- a/mcs/class/System.XML/System.Xml_test.dll.sources
+++ b/mcs/class/System.XML/System.Xml_test.dll.sources
@@ -1,4 +1,5 @@
System.Xml/NameTableTests.cs
+System.Xml/XmlAssert.cs
System.Xml/XmlAttributeCollectionTests.cs
System.Xml/XmlAttributeTests.cs
System.Xml/XmlCDataSectionTests.cs