diff --git a/tests/functional/basic/isql/test_00.py b/tests/functional/basic/isql/test_00.py index 2b29d7a0..ae5c047c 100644 --- a/tests/functional/basic/isql/test_00.py +++ b/tests/functional/basic/isql/test_00.py @@ -77,7 +77,7 @@ fb5x_checked_stdout = """ SHOW [] -- display system information = CHECK, COLLATION, DATABASE, DOMAIN, EXCEPTION, FILTER, FUNCTION, GENERATOR, GRANT, INDEX, PACKAGE, PROCEDURE, ROLE, SQL DIALECT, - SYSTEM, TABLE, TRIGGER, VERSION, USERS, VIEW + SYSTEM, TABLE, TRIGGER, VERSION, USERS, VIEW, WIRE_STATISTICS EXIT -- exit and commit changes QUIT -- exit and roll back changes All commands may be abbreviated to letters in CAPitals @@ -103,6 +103,7 @@ fb5x_checked_stdout = """ SET TIME -- toggle display of timestamp with DATE values SET TERM -- change statement terminator string SET WIDTH [] -- set/unset print width to for column + SET WIRE_stats -- toggle display of wire (network) statistics All commands may be abbreviated to letters in CAPitals """