6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 13:33:07 +01:00

Added/Updated tests\bugs\gh_8033_test.py: Checked on 5.0.1.1358 (commt #b0c846ae) - reduced min_version to 5.0.1.

This commit is contained in:
pavel-zotov 2024-03-13 20:10:25 +03:00
parent 038a6013c5
commit 0d7b7d4804

View File

@ -8,6 +8,9 @@ NOTES:
[11.03.2024] pzotov.
Confirmed bug in 6.0.0.276.
Checked 6.0.0.278 -- all fine.
[13.03.2024] pzotov
Checked on 5.0.1.1358 (commt #b0c846ae) - reduced min_version to 5.0.1.
"""
import pytest
@ -36,7 +39,7 @@ expected_stdout = """
Records affected: 1
"""
@pytest.mark.version('>=6.0')
@pytest.mark.version('>=5.0.1')
def test_1(act: Action):
act.expected_stdout = expected_stdout
act.execute(combine_output = True)