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_6340_test.py: added 'combine_output = True' in order to see problem details in the final HTML report

This commit is contained in:
pavel-zotov 2023-05-21 23:43:28 +03:00
parent 0d7af5ff88
commit 5a5d67e732

View File

@ -4,8 +4,7 @@
ID: issue-6581
ISSUE: 6581
TITLE: Alternate quoting does not work on some particular cases
DESCRIPTION:
Test tries several cases + checks that string with maximum limit of length (65533) can be properly parsed.
DESCRIPTION: Test tries several cases + checks that string with maximum limit of length (65533) can be properly parsed.
JIRA: CORE-6340
FBTEST: bugs.core_6340
"""
@ -578,5 +577,5 @@ RESULT 'q '
@pytest.mark.version('>=3.0.6')
def test_1(act: Action):
act.expected_stdout = expected_stdout
act.execute()
act.execute(combine_output = True)
assert act.clean_stdout == act.clean_expected_stdout