From 03a04a51b6ca63738ad86e4c1900ee4814b313f7 Mon Sep 17 00:00:00 2001 From: zimoch Date: Fri, 6 May 2011 12:15:20 +0000 Subject: [PATCH] *** empty log message *** --- streamApp/tests/testParallelAccess | 9 --------- 1 file changed, 9 deletions(-) diff --git a/streamApp/tests/testParallelAccess b/streamApp/tests/testParallelAccess index bd96b70..c5983c0 100755 --- a/streamApp/tests/testParallelAccess +++ b/streamApp/tests/testParallelAccess @@ -17,19 +17,12 @@ set records { field (DTYP, "stream") field (OUT, "@test.proto fast device") } - record (ao, "DZ:fasthigh") - { - field (DTYP, "stream") - field (OUT, "@test.proto fasthigh device") - field (PRIO, "HIGH") - } } set protocol { Terminator = LF; slow { out "slow start"; wait 1000; out "slow finished";} fast { out "fast"; } - fasthigh { out "fasthigh"; } } set startup { @@ -41,8 +34,6 @@ startioc ioccmd {dbpf DZ:slow 1} ioccmd {dbpf DZ:fast 1} -ioccmd {dbpf DZ:fasthigh 1} -assure "fasthigh\n" assure "slow start\n" assure "slow finished\n" assure "fast\n"