Correcting test case for S6 instead of S3.

This commit is contained in:
Rob Greene 2015-10-03 23:26:57 -05:00
parent 3deaa5a482
commit f905feca72
1 changed files with 1 additions and 1 deletions

View File

@ -33,7 +33,7 @@ on run argv
-- Test for bug!
--display dialog (count lines of compact screen text)
set i to (count lines of compact screen text) - 1
if line i of the compact screen text = "S3,D2 ERR=$27" then
if line i of the compact screen text = "S6,D2 ERR=$27" then
type line "REM *** SUCCESS ***"
else
type text "REM >>> FAIL <<<"