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:
parent
4f1534bf61
commit
eb7c3b1286
@ -43,7 +43,7 @@ test_script = """
|
||||
set planonly;
|
||||
"""
|
||||
|
||||
act = isql_act('db', test_script)
|
||||
act = isql_act('db', test_script, substitutions = [('(--\\s+)?line \\d+, col(umn)? \\d+', '')])
|
||||
|
||||
expected_stdout = """
|
||||
PLAN (T INDEX (TT_PK_XY))
|
||||
|
Loading…
Reference in New Issue
Block a user