mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 21:43:06 +01:00
Added/Updated tests\bugs\gh_7466_plans_tracking_test.py: fixed wrong subsitution item
This commit is contained in:
parent
c50bfc4ed8
commit
01674a3b32
@ -48,7 +48,7 @@ db = db_factory()
|
||||
|
||||
substitutions = [
|
||||
(' \\(line \\d+, column \\d+\\)', '(line, column)' )
|
||||
,( '\\s+\\d+\\s+ms', '')
|
||||
,( '\\d+\\s+ms', '')
|
||||
]
|
||||
|
||||
act = python_act('db', substitutions = substitutions)
|
||||
|
Loading…
Reference in New Issue
Block a user