mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-02-02 10:50: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:
parent
0d7b7d4804
commit
5b57e1b99b
@ -9,6 +9,7 @@ NOTES:
|
|||||||
Confirmed problem in 6.0.0.274: some expressions fail with "SQLSTATE = 22003 / ... / -numeric value is out of range".
|
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 6.0.0.276 -- all fine.
|
||||||
Checked 5.0.1.1358 (25a643a).
|
Checked 5.0.1.1358 (25a643a).
|
||||||
|
Checked 4.0.5.3066 (9930033).
|
||||||
"""
|
"""
|
||||||
|
|
||||||
import pytest
|
import pytest
|
||||||
@ -86,7 +87,7 @@ expected_stdout = """
|
|||||||
Records affected: 0
|
Records affected: 0
|
||||||
"""
|
"""
|
||||||
|
|
||||||
@pytest.mark.version('>=5.0.1')
|
@pytest.mark.version('>=4.0.5')
|
||||||
def test_1(act: Action):
|
def test_1(act: Action):
|
||||||
act.expected_stdout = expected_stdout
|
act.expected_stdout = expected_stdout
|
||||||
act.execute(combine_output = True)
|
act.execute(combine_output = True)
|
||||||
|
Loading…
Reference in New Issue
Block a user