verify and improve another test

...also spotted by new compiler warnings
This commit is contained in:
Fischlurch 2015-08-15 22:13:59 +02:00
parent 03e87d4d33
commit 9384835559

View file

@ -111,6 +111,9 @@ namespace test {
Duration lenC1 = testClip1->getLength();
Duration lenC2 = testClip2->getLength();
Duration lenL1 = testLabel1->getLength();
CHECK (lenC1 > Time::ZERO);
CHECK (lenC2 > Time::ZERO);
CHECK (lenL1 ==Time::ZERO);
cout << testClip1->shortID() << endl;
cout << testClip2->shortID() << endl;