Enable tests that should run but fail
authorSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 17 Jun 2009 10:16:53 +0000 (12:16 +0200)
committerSebastian Dröge <sebastian.droege@collabora.co.uk>
Wed, 17 Jun 2009 10:16:53 +0000 (12:16 +0200)
tests/PadTest.cs
tests/PipelineTest.cs

index f8ce60f..461e7c7 100644 (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);
index 299b000..e6ce228 100644 (file)
@@ -100,7 +100,6 @@ public class PipelineTest
   }
 
   [Test]
-       [Ignore("This test causes a crash")]
   public void TestBusAddWatch() 
   {
     TestBusCallback(true);