mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
Added/Updated tests\bugs\core_6142_test.py: Added 'SQLSTATE' in substitutions: runtime error must not be suppressed. Added 'combine_output = True' in order to see SQLSTATE if any error occurs.
This commit is contained in:
parent
e0c0b67032
commit
2538b9a0e1
@ -48,7 +48,7 @@ LOOP_CNT = 10
|
||||
tmp_user = user_factory('db', name='tmp$core_6142', password='123', plugin = 'Srp')
|
||||
db = db_factory()
|
||||
|
||||
act = python_act('db', substitutions=[('[ \t]+', ' '), ('^((?!OVERALL RESULT).)*$', '')])
|
||||
act = python_act('db', substitutions=[('[ \t]+', ' '), ('^((?!SQLCODE|SQLSTATE|[Cc]onnection|OVERALL RESULT).)*$', '')])
|
||||
|
||||
#---------------------
|
||||
def showtime():
|
||||
|
Loading…
Reference in New Issue
Block a user