mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
Added/Updated tests\bugs\core_5674_test.py: Adjusted expected error text for FB 3.0.12: now it is the same as for FB 4.x+
This commit is contained in:
parent
b6b533dae3
commit
9045290f54
@ -10,6 +10,9 @@ FBTEST: bugs.core_5674
|
|||||||
NOTES:
|
NOTES:
|
||||||
[19.07.2023] pzotov
|
[19.07.2023] pzotov
|
||||||
Adjusted expected error text for FB 4.x and 5.x: it now contains not only errors but also warnings about non-used CTEs.
|
Adjusted expected error text for FB 4.x and 5.x: it now contains not only errors but also warnings about non-used CTEs.
|
||||||
|
[12.08.2023] pzotov
|
||||||
|
Adjusted expected error text for FB 3.0.12: now it is the same as for FB 4.x+
|
||||||
|
|
||||||
Change caused by commit "Print warnings occurred during commit", date: 07-jul-2023, started on builds 4.0.3.2958 and 5.0.0.1101.
|
Change caused by commit "Print warnings occurred during commit", date: 07-jul-2023, started on builds 4.0.3.2958 and 5.0.0.1101.
|
||||||
Discussed with Vlad, 10-jul-2023.
|
Discussed with Vlad, 10-jul-2023.
|
||||||
"""
|
"""
|
||||||
@ -120,7 +123,7 @@ expected_stdout = """
|
|||||||
@pytest.mark.version('>=3.0.3')
|
@pytest.mark.version('>=3.0.3')
|
||||||
def test_1(act: Action):
|
def test_1(act: Action):
|
||||||
act.expected_stdout = expected_stdout
|
act.expected_stdout = expected_stdout
|
||||||
if act.is_version('<4'):
|
if act.is_version('<3.0.12'):
|
||||||
act.expected_stderr = """
|
act.expected_stderr = """
|
||||||
SQL warning code = -104
|
SQL warning code = -104
|
||||||
-CTE "X" is not used in query
|
-CTE "X" is not used in query
|
||||||
|
Loading…
Reference in New Issue
Block a user