From 9fae02a317ea3a5b0fb223c75ad75b18ff88a193 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= Date: Tue, 7 Apr 2009 11:40:53 +0200 Subject: [PATCH] Fix compilation of ApplicationTest --- tests/ApplicationTest.cs | 18 ------------------ 1 file changed, 18 deletions(-) diff --git a/tests/ApplicationTest.cs b/tests/ApplicationTest.cs index 1babca370c..6f5e402364 100644 --- a/tests/ApplicationTest.cs +++ b/tests/ApplicationTest.cs @@ -35,23 +35,5 @@ public class ApplicationTest Gst.Application.InitCheck("gstreamer-sharp-test", ref args); Gst.Application.Deinit(); } - - [Test] - public void TestVersion() - { - Assert.AreEqual(Gst.Application.Version.Minor, 10); - } - - [Test] - public void TestVersionString() - { - Assert.IsNotNull(Gst.Application.Version.ToString()); - } - - [Test] - public void TestVersionDescription() - { - Assert.IsNotNull(Gst.Application.Version.Description); - } }