LUMIERA.clone/tests/48proc-operate.tests
Ichthyostega 034d5f99dc fix and adjust various test fixtures
due to the new automatic string conversion in operator<<
the representation of objects has changed occasionally.

I've investigated and verified all those incidents.
2016-01-08 00:16:14 +01:00

16 lines
482 B
Text

TESTING "Proc Layer combined operations Test Suite" ./test-suite --group=operate
TEST "Mock media access" MediaAccessMock_test <<END
out-lit: accessing "test-1" (dur=≺25s≻)...
out-lit: Channel-0: nameID=video codecID=ID
out-lit: accessing "test-2" (dur=≺25s≻)...
out-lit: Channel-0: nameID=video codecID=H264
out-lit: Channel-1: nameID=audio-L codecID=PCM
out-lit: Channel-2: nameID=audio-R codecID=PCM
END
PLANNED "RenderSegment_test" RenderSegment_test <<END
END