[mono/monodevelop] 754db65b: [TextEditorTests] Report tests on windows as inconclusive.
| Newsgroups | gmane.comp.gnome.mono.patches |
|---|---|
| Message-ID | <00000141f9556df6-4d011527-7737-41a1-9bfb-71e922b9856f-000000@email.amazonses.com> |
Branch: refs/heads/master
Home: https://github.com/mono/monodevelop
Compare: https://github.com/mono/monodevelop/compare/c515027055e4...754db65be392
Commit: 754db65be3925b86e7fd8afd6b22365dcdac2d6c
Author: Mike Krüger <[email protected]> (mkrueger)
Date: 2013-10-27 09:52:04 GMT
URL: https://github.com/mono/monodevelop/commit/754db65be3925b86e7fd8afd6b22365dcdac2d6c
[TextEditorTests] Report tests on windows as inconclusive.
Changed paths:
M main/src/core/MonoDevelop.TextEditor.Tests/Mono.TextEditor.Tests/HtmlWriterTests.cs
M main/src/core/MonoDevelop.TextEditor.Tests/Mono.TextEditor.Tests/RtfWriterTests.cs
Modified: main/src/core/MonoDevelop.TextEditor.Tests/Mono.TextEditor.Tests/HtmlWriterTests.cs
===================================================================
@@ -37,7 +37,7 @@ public class HtmlWriterTests : TextEditorTestBase
public void TestSimpleCSharpHtml ()
{
if (Platform.IsWindows)
- return;
+ Assert.Inconclusive ();
var data = Create ("class Foo {}");
data.ColorStyle = SyntaxModeService.GetColorStyle ("TangoLight");
data.Document.SyntaxMode = SyntaxModeService.GetSyntaxMode (data.Document, "text/x-csharp");
@@ -60,7 +60,7 @@ public void TestSimpleCSharpHtml ()
public void TestXml ()
{
if (Platform.IsWindows)
- return;
+ Assert.Inconclusive ();
var data = Create (
@"<foo
attr1 = ""1""
Modified: main/src/core/MonoDevelop.TextEditor.Tests/Mono.TextEditor.Tests/RtfWriterTests.cs
===================================================================
@@ -37,7 +37,7 @@ public class RtfWriterTests : TextEditorTestBase
public void TestSimpleCSharpRtf ()
{
if (Platform.IsWindows)
- return;
+ Assert.Inconclusive ();
var data = Create ("class Foo {}");
data.ColorStyle = SyntaxModeService.GetColorStyle ("TangoLight");
data.Document.SyntaxMode = SyntaxModeService.GetSyntaxMode (data.Document, "text/x-csharp");
@@ -61,7 +61,7 @@ public void TestSimpleCSharpRtf ()
public void TestBug5628 ()
{
if (Platform.IsWindows)
- return;
+ Assert.Inconclusive ();
var data = Create ("class Foo {}");
data.ColorStyle = SyntaxModeService.GetColorStyle ("TangoLight");
string generatedRtf = RtfWriter.GenerateRtf (data);
@@ -84,7 +84,7 @@ public void TestBug5628 ()
public void TestBug7386 ()
{
if (Platform.IsWindows)
- return;
+ Assert.Inconclusive ();
var data = Create ("✔");
data.ColorStyle = SyntaxModeService.GetColorStyle ("TangoLight");
string generatedRtf = RtfWriter.GenerateRtf (data);
@@ -105,7 +105,7 @@ public void TestBug7386 ()
public void TestXml ()
{
if (Platform.IsWindows)
- return;
+ Assert.Inconclusive ();
var data = Create (
@"<foo
attr1 = ""1""
_______________________________________________
Mono-patches maillist - [email protected]
http://lists.ximian.com/mailman/listinfo/mono-patches