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_1510_test.py: fixed typo

This commit is contained in:
pavel-zotov 2023-12-10 13:12:24 +03:00
parent 6cc907c2a4
commit 7c98e4c4fa

View File

@ -9,7 +9,7 @@ JIRA: CORE-1510
FBTEST: bugs.core_1510
NOTES:
[10.12.2023] pzotov
Added 'SQLSTATE' in substitutions: runtime error must be not be filtered out by '?!(...)' pattern
Added 'SQLSTATE' in substitutions: runtime error must not be filtered out by '?!(...)' pattern
("negative lookahead assertion", see https://docs.python.org/3/library/re.html#regular-expression-syntax).
Added 'combine_output = True' in order to see SQLSTATE if any error occurs.
"""