Browse Source

[CodeActions] Ignore whitespace tests for now.

newNRvisualizers
Simon Lindgren 13 years ago
parent
commit
b5b1bd1975
  1. 1
      ICSharpCode.NRefactory.Tests/CSharp/CodeActions/AddCatchTypeTests.cs
  2. 1
      ICSharpCode.NRefactory.Tests/CSharp/CodeActions/RemoveRedundantCatchTypeTests.cs

1
ICSharpCode.NRefactory.Tests/CSharp/CodeActions/AddCatchTypeTests.cs

@ -58,6 +58,7 @@ class TestClass @@ -58,6 +58,7 @@ class TestClass
}
[Test]
[Ignore("Needs whitespace ast nodes")]
public void PreservesWhitespaceInBody()
{
Test<AddCatchTypeAction>(@"

1
ICSharpCode.NRefactory.Tests/CSharp/CodeActions/RemoveRedundantCatchTypeTests.cs

@ -88,6 +88,7 @@ class TestClass @@ -88,6 +88,7 @@ class TestClass
}
[Test]
[Ignore("Needs whitespace ast nodes")]
public void PreservesWhitespaceInBody()
{
Test<RemoveRedundantCatchTypeAction>(@"

Loading…
Cancel
Save