Added a sample tescase file

Original commit message from CVS:
Added a sample tescase file
This commit is contained in:
Wim Taymans 2001-01-07 22:59:18 +00:00
parent 2651b1b3e8
commit 7a40eda7b6

16
tests/sched/testcases1.tc Normal file
View file

@ -0,0 +1,16 @@
tcN: fakesrc-fakesink
tcP: fakesrc ! fakesink
tcS: A, fakesrc0, handoff
tcS: B, fakesink0, handoff
tcI: 2
tcR: A,1,B,1,A,1,B,1
tcN: fakesrc-identity-fakesink
tcP: fakesrc ! identity ! fakesink
tcS: A, fakesrc0, handoff
tcS: B, identity, handoff
tcS: C, fakesink0, handoff
tcI: 2
tcR: A,1,B,1,C,1,A,1,B,1,C,1