Fix compilation of ApplicationTest
This commit is contained in:
parent
13b76b1399
commit
9fae02a317
@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user