diff --git a/tests/functional/basic/isql/test_00.py b/tests/functional/basic/isql/test_00.py index e9b2dac0..ff5f055c 100644 --- a/tests/functional/basic/isql/test_00.py +++ b/tests/functional/basic/isql/test_00.py @@ -19,7 +19,7 @@ test_script = """ act = isql_act('db', test_script) -expected_stdout = """ +fb3x_checked_stdout = """ Frontend commands: BLOBDUMP -- dump BLOB to a file BLOBVIEW -- view BLOB in text editor @@ -62,8 +62,52 @@ expected_stdout = """ All commands may be abbreviated to letters in CAPitals """ +fb5x_checked_stdout = """ + Frontend commands: + BLOBDUMP -- dump BLOB to a file + BLOBVIEW -- view BLOB in text editor + EDIT [] -- edit SQL script file and execute + EDIT -- edit current command buffer and execute + HELP -- display this menu + INput -- take input from the named SQL file + OUTput [] -- write output to named file + OUTput -- return output to stdout + SET