You've already forked linux-packaging-mono
Imported Upstream version 5.0.0.42
Former-commit-id: fd56571888259555122d8a0f58c68838229cea2b
This commit is contained in:
parent
1190d13a04
commit
6bdd276d05
@ -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
|
||||
|
Reference in New Issue
Block a user