simplify most commonly uses test commands
This commit is contained in:
@ -46,61 +46,61 @@ set debug 0
|
||||
|
||||
startioc
|
||||
|
||||
ioccmd {dbpf DZ:test1.PROC 1}
|
||||
process DZ:test1
|
||||
send "This is a test\n"
|
||||
assure "This| is a test\n"
|
||||
ioccmd {dbpf DZ:test1.PROC 1}
|
||||
process DZ:test1
|
||||
send "Test123]bla\n"
|
||||
assure "Test123|]bla\n"
|
||||
ioccmd {dbpf DZ:test1.PROC 1}
|
||||
process DZ:test1
|
||||
send "Test123456\n"
|
||||
assure "Test12345|6\n"
|
||||
ioccmd {dbpf DZ:test1.PROC 1}
|
||||
process DZ:test1
|
||||
send "Test43210\n"
|
||||
assure "Test4321|0\n"
|
||||
ioccmd {dbpf DZ:test1.PROC 1}
|
||||
process DZ:test1
|
||||
send "test-bla\n"
|
||||
assure "test|-bla\n"
|
||||
ioccmd {dbpf DZ:test1.PROC 1}
|
||||
process DZ:test1
|
||||
send " Space first\n"
|
||||
assure "| Space first\n"
|
||||
|
||||
ioccmd {dbpf DZ:test2.PROC 1}
|
||||
process DZ:test2
|
||||
send "This is a test\n"
|
||||
assure "This is a test|\n"
|
||||
ioccmd {dbpf DZ:test2.PROC 1}
|
||||
process DZ:test2
|
||||
send "Test]xx123bla\n"
|
||||
assure "Test]xx|123bla\n"
|
||||
ioccmd {dbpf DZ:test2.PROC 1}
|
||||
process DZ:test2
|
||||
send "test-bla\n"
|
||||
assure "test|-bla\n"
|
||||
ioccmd {dbpf DZ:test2.PROC 1}
|
||||
process DZ:test2
|
||||
send " Space first\n"
|
||||
assure " Space first|\n"
|
||||
|
||||
ioccmd {dbpf DZ:test3.PROC 1}
|
||||
process DZ:test3
|
||||
send "this is a test\n"
|
||||
assure "this is a test|\n"
|
||||
ioccmd {dbpf DZ:test3.PROC 1}
|
||||
process DZ:test3
|
||||
send "test]xx123bla\n"
|
||||
assure "test|]xx123bla\n"
|
||||
ioccmd {dbpf DZ:test3.PROC 1}
|
||||
process DZ:test3
|
||||
send "test-bla\n"
|
||||
assure "test-bla|\n"
|
||||
ioccmd {dbpf DZ:test3.PROC 1}
|
||||
process DZ:test3
|
||||
send " Space first\n"
|
||||
assure " |Space first\n"
|
||||
|
||||
ioccmd {dbpf DZ:test4.PROC 1}
|
||||
process DZ:test4
|
||||
send "this is a test\n"
|
||||
assure "this is a test|\n"
|
||||
ioccmd {dbpf DZ:test4.PROC 1}
|
||||
process DZ:test4
|
||||
send "test]xx123bla\n"
|
||||
assure "test|]xx123bla\n"
|
||||
ioccmd {dbpf DZ:test4.PROC 1}
|
||||
process DZ:test4
|
||||
send "test-bla\n"
|
||||
assure "test|-bla\n"
|
||||
ioccmd {dbpf DZ:test4.PROC 1}
|
||||
process DZ:test4
|
||||
send " Space first\n"
|
||||
assure " |Space first\n"
|
||||
|
||||
|
Reference in New Issue
Block a user