From 75430dc6b5ed480377245ccb50f9aa2590d25c56 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sebastian=20Dr=C3=B6ge?= Date: Wed, 17 Jun 2009 12:16:53 +0200 Subject: [PATCH] Enable tests that should run but fail --- tests/PadTest.cs | 1 - tests/PipelineTest.cs | 1 - 2 files changed, 2 deletions(-) diff --git a/tests/PadTest.cs b/tests/PadTest.cs index f8ce60f..461e7c7 100644 --- a/tests/PadTest.cs +++ b/tests/PadTest.cs @@ -43,7 +43,6 @@ public class PadTest } [Test] - [Ignore("This test causes a crash")] public void TestFuncAssigning() { Pad src = new Pad("src", PadDirection.Src); diff --git a/tests/PipelineTest.cs b/tests/PipelineTest.cs index 299b000..e6ce228 100644 --- a/tests/PipelineTest.cs +++ b/tests/PipelineTest.cs @@ -100,7 +100,6 @@ public class PipelineTest } [Test] - [Ignore("This test causes a crash")] public void TestBusAddWatch() { TestBusCallback(true); -- 2.7.4