Merge pull request #4152 from BrzVlad/misc-gc-altstack
[mono.git] / mcs / class / System.XML / Test / System.Xml.Xsl / MsxslScriptTests.cs
index 67e025ad1bde512d3a413a8ed5079cb088fba951..55ec88ab4cca6ffa3552bec8c96237cc3af64f0e 100644 (file)
@@ -16,7 +16,7 @@ using NUnit.Framework;
 namespace MonoTests.System.Xml.Xsl
 {
        [TestFixture]
-       public class MsxslScriptTests : Assertion
+       public class MsxslScriptTests
        {
                // PI calc stuff are one of MSDN samples.
 
@@ -106,7 +106,7 @@ namespace MonoTests.System.Xml.Xsl
                }
 
                [Test]
-               [Category ("NotWorking")] // it depends on "mcs" existence
+    [Category ("MobileNotWorking")]
                public void TestCSharp ()
                {
                        string style = xslstring.Replace ("***** rewrite here *****", cs1);
@@ -136,8 +136,8 @@ namespace MonoTests.System.Xml.Xsl
                }
 
                [Test]
-               [Ignore ("Actually it should throw compile exception")]
                [ExpectedException (typeof (XsltException))]
+    [Category ("MobileNotWorking")]
                public void InvalidScript ()
                {
                        string script = @"<xsl:stylesheet version='1.0' xmlns:xsl='http://www.w3.org/1999/XSL/Transform' xmlns:user='urn:my-scripts'
@@ -162,7 +162,6 @@ namespace MonoTests.System.Xml.Xsl
                }
 
                [Test]
-               [Category ("NotWorking")] // it depends on "mcs" existence
                public void CompilerWarningsShouldBeIgnored ()
                {
                        string script = @"<xslt:stylesheet xmlns:xslt='http://www.w3.org/1999/XSL/Transform' version='1.0' xmlns:msxsl='urn:schemas-microsoft-com:xslt'
@@ -190,7 +189,6 @@ namespace MonoTests.System.Xml.Xsl
                }
 
                [Test]
-               [Category ("NotWorking")] // it depends on "mcs" existence
                public void CompileNoLineInfoSource ()
                {
                        // bug #76116