-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
item #10 progress toward preparing batch files for Generator
- Loading branch information
1 parent
da5beb4
commit 20d23d6
Showing
6 changed files
with
23 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
TESTSUITE 'GREETING AND FAREWELL (FAREWELL WILL FAIL)' TESTCASE 'IT RETURNS HELLO, WORLD! AS GREETING' MOVE 'GREETING' TO WS-MESSAGE-TYPE PERFORM 2000-SPEAK EXPECT WS-MESSAGE TO BE 'HELLO, WORLD!' TESTCASE 'IT RETURNS GOODBYE, CRUEL WORLD! AS FAREWELL' MOVE 'FAREWELL' TO WS-MESSAGE-TYPE PERFORM 2000-SPEAK EXPECT WS-MESSAGE TO BE 'GOODBYE, CRUEL WORLD!' TESTSUITE 'GREETING AND FAREWELL (FAREWELL WILL FAIL)' TESTCASE 'IT RETURNS HELLO, WORLD! AS GREETING' MOVE 'GREETING' TO WS-MESSAGE-TYPE PERFORM 2000-SPEAK EXPECT WS-MESSAGE TO BE 'HELLO, WORLD!' TESTCASE 'IT RETURNS GOODBYE, CRUEL WORLD! AS FAREWELL' MOVE 'FAREWELL' TO WS-MESSAGE-TYPE PERFORM 2000-SPEAK EXPECT WS-MESSAGE TO BE 'GOODBYE, CRUEL WORLD!' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
TESTSUITE 'GREETING AND FAREWELL (FAREWELL WILL FAIL)' | ||
|
||
TESTCASE 'IT RETURNS HELLO, WORLD! AS GREETING' | ||
MOVE 'GREETING' TO WS-MESSAGE-TYPE | ||
PERFORM 2000-SPEAK | ||
EXPECT WS-MESSAGE TO BE 'HELLO, WORLD!' | ||
|
||
TESTCASE 'IT RETURNS GOODBYE, CRUEL WORLD! AS FAREWELL' | ||
MOVE 'FAREWELL' TO WS-MESSAGE-TYPE | ||
PERFORM 2000-SPEAK | ||
EXPECT WS-MESSAGE TO BE 'GOODBYE, CRUEL WORLD!' |