Browse Source

2006-02-14 Atsushi Enomoto <[email protected]>

	* XmlTextWriterTests.cs : tiny test name fix, as it does not actually
	  test WriteString().


svn path=/trunk/mcs/; revision=56843
Atsushi Eno 20 năm trước cách đây
mục cha
commit
dc2376e29c

+ 5 - 0
mcs/class/System.XML/Test/System.Xml/ChangeLog

@@ -1,3 +1,8 @@
+2006-02-14  Atsushi Enomoto  <[email protected]>
+
+	* XmlTextWriterTests.cs : tiny test name fix, as it does not actually
+	  test WriteString().
+
 2006-02-14  Atsushi Enomoto  <[email protected]>
 
 	* XmlTextWriterTests.cs : added test WriteRaw("") closes open tag.

+ 1 - 1
mcs/class/System.XML/Test/System.Xml/XmlTextWriterTests.cs

@@ -2144,7 +2144,7 @@ namespace MonoTests.System.Xml
 		}
 
 		[Test]
-		public void WriteStringEmptyCloseStartTag ()
+		public void WriteRawEmptyCloseStartTag ()
 		{
 			xtw.WriteStartElement ("stream", "stream","http://etherx.jabber.org/streams");
 			xtw.WriteAttributeString ("version", "1.0");