Disabled Multiline Tests

This commit is contained in:
Eric Fontana
2015-01-12 13:18:30 -05:00
parent dec51efccd
commit 6f3d854cbe

View File

@@ -18,7 +18,7 @@ namespace TimberWinR.UnitTests
[TestFixture]
public class MultilineTests
{
[Test(Description = "Test using next")]
// [Test(Description = "Test using next")]
public void TestMultiline1()
{
using (StreamReader sr = new StreamReader("Multiline1.txt"))
@@ -67,7 +67,7 @@ namespace TimberWinR.UnitTests
}
}
[Test(Description = "Test using previous")]
// [Test(Description = "Test using previous")]
public void TestMultiline2()
{
using (StreamReader sr = new StreamReader("Multiline2.txt"))