Skip to content

Commit 2dae277

Browse files
committed
Added/Updated tests\bugs\gh_7482_test.py: Checked on 5.0.0.967, 4.0.3.2904 (intermediate build 03-mar-2023 12:33). Adjusted notes.
1 parent f4fa586 commit 2dae277

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/bugs/gh_7482_test.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,11 @@
99
Checked on 5.0.0.958, intermediate build of 24-feb-2023. All OK.
1010
1111
[03.03.2023] pzotov
12-
Waiting for patch in FB 4.x that fixes problem with <null> literal (4.0.3.2904 still fails).
1312
Added substitution for suppressing 'Nullable' flags in the SQLDA output: it is sufficient for this test
1413
to check only datatypes of result.
1514
Discussed with Vlad, letters 02-mar-2023 16:01 and 03-mar-2023 14:43.
16-
Checked on 5.0.0.967.
15+
16+
Checked on 5.0.0.967, 4.0.3.2904 (intermediate build 03-mar-2023 12:33)
1717
"""
1818

1919
import pytest
@@ -36,7 +36,7 @@
3636
BLOB_RESULT <null>
3737
"""
3838

39-
@pytest.mark.version('>=5.0')
39+
@pytest.mark.version('>=4.0.3')
4040
def test_1(act: Action):
4141
act.expected_stdout = expected_stdout
4242
act.execute()

0 commit comments

Comments
 (0)