6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-02-02 02:40:42 +01:00

Added/Updated tests\bugs\gh_7997_test.py: Reduced min_version after check 4.0.5.3066 (commit #9930033)

This commit is contained in:
pavel-zotov 2024-03-13 22:34:04 +03:00
parent 0d7b7d4804
commit 5b57e1b99b

View File

@ -9,6 +9,7 @@ NOTES:
Confirmed problem in 6.0.0.274: some expressions fail with "SQLSTATE = 22003 / ... / -numeric value is out of range".
Checked 6.0.0.276 -- all fine.
Checked 5.0.1.1358 (25a643a).
Checked 4.0.5.3066 (9930033).
"""
import pytest
@ -86,7 +87,7 @@ expected_stdout = """
Records affected: 0
"""
@pytest.mark.version('>=5.0.1')
@pytest.mark.version('>=4.0.5')
def test_1(act: Action):
act.expected_stdout = expected_stdout
act.execute(combine_output = True)