Fix compilation of ApplicationTest

This commit is contained in:
Sebastian Dröge 2009-04-07 11:40:53 +02:00
parent 13b76b1399
commit 9fae02a317

View file

@ -35,23 +35,5 @@ public class ApplicationTest
Gst.Application.InitCheck("gstreamer-sharp-test", ref args); Gst.Application.InitCheck("gstreamer-sharp-test", ref args);
Gst.Application.Deinit(); 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);
}
} }