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_7993_test.py: reduced min_version to 4.0.5 after check intermediate builds: Checked on 5.0.1.1331 (commit 86902a69), 4.0.5.3054 (commit 147bff1a)

This commit is contained in:
pavel-zotov 2024-02-06 12:34:31 +03:00
parent 704a15d535
commit 82254e58bb

View File

@ -8,7 +8,7 @@ NOTES:
[06.02.2024] pzotov
Confirmed bug on 6.0.0.247
Checked on 6.0.0.249 -- all OK.
NB: 5.x is also affected and it looks a regression since 5.0.0.1292 (date of build: 04-dec-2023)
Checked on 5.0.1.1331 (commit 86902a69), 4.0.5.3054 (commit 147bff1a)
"""
import pytest
@ -43,7 +43,7 @@ expected_stdout = """
Records affected: 1
"""
@pytest.mark.version('>=6.0')
@pytest.mark.version('>=4.0.5')
def test_1(act: Action):
act.expected_stdout = expected_stdout
act.execute(combine_output = True)