6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-02-02 02:40:42 +01:00

Added/Updated bugs\core_6044_test.py: added substitutions because FB 5.x now issues 'ICU-VERSION=NN.N' beside COLL-VERSION

This commit is contained in:
zotov 2022-04-24 12:24:10 +03:00
parent 7544cb46ff
commit 5be7d5275b

View File

@ -12,9 +12,9 @@ FBTEST: bugs.core_6044
import pytest
from firebird.qa import *
substitutions = [('current value.*', 'current value'),
('COLL-VERSION=\\d{2,}.\\d{2,}', 'COLL-VERSION=111.222'),
('COLL-VERSION=\\d+\\.\\d+\\.\\d+\\.\\d+', 'COLL-VERSION=111.222')]
substitutions = [ ('current value.*', 'current value')
,('COLL-VERSION=\d+.\d+(;ICU-VERSION=\d+.\d+)?.*', '<attr>')
]
db = db_factory(charset='UTF8')