verify and improve another test
...also spotted by new compiler warnings
This commit is contained in:
parent
03e87d4d33
commit
9384835559
1 changed files with 3 additions and 0 deletions
|
|
@ -111,6 +111,9 @@ namespace test {
|
||||||
Duration lenC1 = testClip1->getLength();
|
Duration lenC1 = testClip1->getLength();
|
||||||
Duration lenC2 = testClip2->getLength();
|
Duration lenC2 = testClip2->getLength();
|
||||||
Duration lenL1 = testLabel1->getLength();
|
Duration lenL1 = testLabel1->getLength();
|
||||||
|
CHECK (lenC1 > Time::ZERO);
|
||||||
|
CHECK (lenC2 > Time::ZERO);
|
||||||
|
CHECK (lenL1 ==Time::ZERO);
|
||||||
|
|
||||||
cout << testClip1->shortID() << endl;
|
cout << testClip1->shortID() << endl;
|
||||||
cout << testClip2->shortID() << endl;
|
cout << testClip2->shortID() << endl;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue