mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-20 06:08:14 +00:00
Fix compilation of ApplicationTest
This commit is contained in:
parent
13b76b1399
commit
9fae02a317
1 changed files with 0 additions and 18 deletions
|
@ -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…
Reference in a new issue