diff --git a/tests/bugs/core_1142_test.py b/tests/bugs/core_1142_test.py index 4e434773..352e89f4 100644 --- a/tests/bugs/core_1142_test.py +++ b/tests/bugs/core_1142_test.py @@ -18,13 +18,13 @@ db = db_factory(init=init_script) test_script = """comment on generator T is 'comment'; commit; -show comment on generator T; +show comments; comment on generator T is 'comment'; commit; -show comment on generator T; +show comments; comment on generator T is 'different comment'; commit; -show comment on generator T; +show comments; """ act = isql_act('db', test_script)