mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
Added/Updated tests\bugs\gh_7839_test.py: Adjusted min_version to 3.x after backporting. Checked on 5.0.0.1270, 4.0.4.3021, 3.0.12.33724.
This commit is contained in:
parent
b8790450d9
commit
8366839237
@ -7,7 +7,7 @@ TITLE: Potential bug in BETWEEN Operator
|
||||
DESCRIPTION:
|
||||
NOTES:
|
||||
Confirmed bug on 6.0.0.124.
|
||||
Checked on 6.0.0.127.
|
||||
Checked on 6.0.0.127; 5.0.0.1270, 4.0.4.3021, 3.0.12.33724.
|
||||
"""
|
||||
|
||||
import pytest
|
||||
@ -67,7 +67,7 @@ expected_stdout = """
|
||||
|
||||
act = isql_act('db', test_script)
|
||||
|
||||
@pytest.mark.version('>=6.0')
|
||||
@pytest.mark.version('>=3.0.12')
|
||||
def test_1(act: Action):
|
||||
act.expected_stdout = expected_stdout
|
||||
act.execute(combine_output = True)
|
||||
|
Loading…
Reference in New Issue
Block a user