Jelajahi Sumber

2005-02-22 Atsushi Enomoto <[email protected]>

	* BUGS-MS.txt : explaination on the last standalone test revert.


svn path=/trunk/mcs/; revision=41083
Atsushi Eno 21 tahun lalu
induk
melakukan
7d392ed4e7

+ 10 - 5
mcs/class/System.XML/System.Xml.Xsl/BUGS-MS.txt

@@ -38,6 +38,7 @@ No. 0006
 
 
 Not sure the reason why:
+	From mdocs_mdocs01 to mdocs_mdocs18
 	whitespace_whitespace35
 
 Notes:
@@ -74,10 +75,14 @@ Notes:
 
 	gives
 
-		0: - 
-		1: <Foo />
+		1: - 
+		2: <Foo />
 
-	on both MS.NET and Mono. So Microsft must have another writer for
-	XML output, but I don't think that makes sense (at least it brings
-	inconsistent indentation behavior).
+	on both MS.NET and Mono, unlike those ConflictResolution tests expect:
+
+		1: - <Foo />
+
+	So Microsft must have another writer for XML output, but I don't
+	think that makes sense (at least it brings inconsistent indentation
+	behavior).
 

+ 4 - 0
mcs/class/System.XML/System.Xml.Xsl/ChangeLog

@@ -1,3 +1,7 @@
+2005-02-22  Atsushi Enomoto  <[email protected]>
+
+	* BUGS-MS.txt : explaination on the last standalone test revert.
+
 2005-02-21  Atsushi Enomoto  <[email protected]>
 
 	* BUGS-MS.txt : more bug records.