2005-03-22 Atsushi Enomoto <atsushi@ximian.com>
authorAtsushi Eno <atsushieno@gmail.com>
Tue, 22 Mar 2005 07:42:14 +0000 (07:42 -0000)
committerAtsushi Eno <atsushieno@gmail.com>
Tue, 22 Mar 2005 07:42:14 +0000 (07:42 -0000)
* xslttest.cs, alltest.cs : Now that xsl:key got improved, there is
  no need to skip those tests.

svn path=/trunk/mcs/; revision=42067

mcs/class/System.XML/Test/System.Xml.Xsl/standalone_tests/ChangeLog
mcs/class/System.XML/Test/System.Xml.Xsl/standalone_tests/alltest.cs
mcs/class/System.XML/Test/System.Xml.Xsl/standalone_tests/xslttest.cs

index c53050c113240a715968da1612195c0911020341..3813e5f6d53c9dcd973d2703faba406cd8e41707 100644 (file)
@@ -1,3 +1,8 @@
+2005-03-22  Atsushi Enomoto <atsushi@ximian.com>
+
+       * xslttest.cs, alltest.cs : Now that xsl:key got improved, there is
+         no need to skip those tests.
+
 2005-03-14  Atsushi Enomoto <atsushi@ximian.com>
 
        * xslttest.cs,
index a0733ef5d718e67e8eff067fbf727af04e3c3b76..3f13ef0ad1ab6b39511fe1936141d20dd6c77700 100644 (file)
@@ -10,7 +10,6 @@ namespace simpleTests
        class TestRunner\r
        {\r
                static ArrayList excludedTests = new ArrayList (new string [] {\r
-"Keys_PerfRepro3",\r
 });\r
 \r
                static void Process (string id, string path, string data,\r
index eeb4c49fabbb5ac6fa694d638bb01d65d9fbb7ba..031a30e21d1124b14a3cda3b5c65d956f9d321af 100755 (executable)
@@ -29,10 +29,6 @@ namespace XsltTest
                static XsltTest ()
                {
                        skipTargets = new ArrayList (new string [] {
-"Keys__91836",
-"Keys__91859",
-"Keys_PerfRepro2",
-"Keys_PerfRepro3",
                        }); 
                }