summaryrefslogtreecommitdiff
path: root/tests/MessageTest.cs
diff options
context:
space:
mode:
authorMaarten Bosmans <mkbosmans@gmail.com>2009-06-15 07:56:45 +0200
committerSebastian Dröge <sebastian.droege@collabora.co.uk>2009-06-17 12:10:19 +0200
commit37b8bdd10dc66ddd9603ab5e2ab621c3012aec87 (patch)
tree667b4ada46823ad5660f6c120b5d2d9a067a6269 /tests/MessageTest.cs
parent14d7c20ce7ed22c101817880ca3fff62955d0fb1 (diff)
Make the test suite actually run
By removing the Application.Deinit calls and disabling two test that cause problems.
Diffstat (limited to 'tests/MessageTest.cs')
-rw-r--r--tests/MessageTest.cs7
1 files changed, 1 insertions, 6 deletions
diff --git a/tests/MessageTest.cs b/tests/MessageTest.cs
index d2e7ca9..a5ac634 100644
--- a/tests/MessageTest.cs
+++ b/tests/MessageTest.cs
@@ -16,12 +16,6 @@ public class MessageTest {
Application.Init();
}
- [TestFixtureTearDown]
- public void Deinit()
- {
- Application.Deinit();
- }
-
[Test]
public void TestParsing()
{
@@ -36,3 +30,4 @@ public class MessageTest {
Assert.IsNull(message.Src);
}
}
+