remove fixed tests from fixme.lst; fix total.lst output
authorAndrew Skiba <andrews@mono-cvs.ximian.com>
Tue, 14 Jun 2005 10:30:16 +0000 (10:30 -0000)
committerAndrew Skiba <andrews@mono-cvs.ximian.com>
Tue, 14 Jun 2005 10:30:16 +0000 (10:30 -0000)
svn path=/trunk/mcs/; revision=45944

mcs/class/System.XML/Test/System.Xml/W3C/ChangeLog
mcs/class/System.XML/Test/System.Xml/W3C/fixme.lst
mcs/class/System.XML/Test/System.Xml/W3C/xmlconf.cs

index 0b1197e5bc89404ebc51a2d2851e72e7f7a58018..3196ff2dd375480208b92e3f15b038354c1939df 100644 (file)
@@ -1,3 +1,8 @@
+2005-06-14  Andrew Skiba  <andrews@mainsoft.com>
+
+       * fixme.lst : remove testcases fixed by r45935
+       * xmlconf.cs : one-liner for total.lst output
+
 2005-06-12  Andrew Skiba  <andrews@mainsoft.com>
 
        * xmlconf.cs : make class IDisposable; add another output file for total report
index 7a3563192dcd8c6bfad5908a212de2b34b29143f..c34558cfa0267b95bbf07f5588aaf46f339e9d3c 100644 (file)
@@ -6,20 +6,8 @@ not-wf-sa-167
 not-wf-sa-168
 not-wf-sa-169
 not-wf-sa-177
-valid-sa-044
-valid-sa-059
 valid-sa-086
-valid-sa-092
 valid-sa-100
-weekly-little
-weekly-utf-16
-weekly-utf-8
-ext02
-not-sa01
-sa01
-inv-not-sa14
-o-p06pass1
-o-p08pass1
 o-p02fail10
 o-p02fail11
 o-p02fail12
@@ -50,13 +38,5 @@ o-p02fail6
 o-p02fail7
 o-p02fail8
 o-p02fail9
-ibm-valid-P01-ibm01v01.xml
-ibm-valid-P28-ibm28v02.xml
-ibm-valid-P29-ibm29v01.xml
-ibm-valid-P29-ibm29v02.xml
-ibm-valid-P43-ibm43v01.xml
-ibm-valid-P54-ibm54v02.xml
-rmt-e2e-15e
-rmt-e2e-15f
+rmt-e2e-15h
 rmt-038
-rmt-050
index 988406c49df24e30d9fb7708479f6b3808071120..429528f0e9a16260319b5336419d92a9d98f2945 100644 (file)
@@ -240,6 +240,9 @@ introduced new bugs! Before you commit, consider one of the following:
 \r
                        Uri baseUri = new Uri (test.BaseURI);\r
                        Uri testUri = new Uri (baseUri, test.GetAttribute ("URI"));\r
+\r
+                       totalListWriter.Write (testUri.ToString () + "\t");\r
+\r
                        bool validatingPassed;\r
                        bool nonValidatingPassed;\r
                        try {\r