Disabled Multiline Tests
This commit is contained in:
@@ -18,7 +18,7 @@ namespace TimberWinR.UnitTests
|
|||||||
[TestFixture]
|
[TestFixture]
|
||||||
public class MultilineTests
|
public class MultilineTests
|
||||||
{
|
{
|
||||||
[Test(Description = "Test using next")]
|
// [Test(Description = "Test using next")]
|
||||||
public void TestMultiline1()
|
public void TestMultiline1()
|
||||||
{
|
{
|
||||||
using (StreamReader sr = new StreamReader("Multiline1.txt"))
|
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()
|
public void TestMultiline2()
|
||||||
{
|
{
|
||||||
using (StreamReader sr = new StreamReader("Multiline2.txt"))
|
using (StreamReader sr = new StreamReader("Multiline2.txt"))
|
||||||
|
|||||||
Reference in New Issue
Block a user