Enable tests that should run but fail

This commit is contained in:
Sebastian Dröge 2009-06-17 12:16:53 +02:00
parent e2ff9bb9cb
commit 75430dc6b5
2 changed files with 0 additions and 2 deletions

View file

@ -43,7 +43,6 @@ public class PadTest
}
[Test]
[Ignore("This test causes a crash")]
public void TestFuncAssigning()
{
Pad src = new Pad("src", PadDirection.Src);

View file

@ -100,7 +100,6 @@ public class PipelineTest
}
[Test]
[Ignore("This test causes a crash")]
public void TestBusAddWatch()
{
TestBusCallback(true);