6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 21:43:06 +01:00

Added/Updated tests\functional\tabloid\test_333be4bf.py: minor correction: removed several old commented lines

This commit is contained in:
pavel-zotov 2023-12-16 14:04:16 +03:00
parent 08bcaa46bd
commit a6bdb6748d

View File

@ -39,8 +39,6 @@ tmp_log = temp_file('tmp_333be4bf.log')
db = db_factory()
# [('^((?!(sqltype|DIV_RESULT)).)*$', ''), ('[ \t]+', ' '), ('.*alias.*', '')]
#substitutions = [('^((?!(gbak:[ \t]?(ERROR:|WARNING:))).)*$', '')]
substitutions = [ ( '^((?!(iter:|(gbak:[ \t]?(ERROR:|WARNING:)))).)*$' , '' ) ]
act = python_act('db', substitutions = substitutions)