6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 13:33:07 +01:00

Added/Updated tests\bugs\core_4447_test.py: added substitutions for ignoring phrases with line/column numbers in the execution plan (difference was introduced in FB 5.x)

This commit is contained in:
pavel-zotov 2023-03-04 19:33:50 +03:00
parent 4f1534bf61
commit eb7c3b1286

View File

@ -43,7 +43,7 @@ test_script = """
set planonly; set planonly;
""" """
act = isql_act('db', test_script) act = isql_act('db', test_script, substitutions = [('(--\\s+)?line \\d+, col(umn)? \\d+', '')])
expected_stdout = """ expected_stdout = """
PLAN (T INDEX (TT_PK_XY)) PLAN (T INDEX (TT_PK_XY))