mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
Added/Updated tests\bugs\gh_7217_test.py: minor change: reduced min_version to 4.0.2 after appropriate check
This commit is contained in:
parent
5d5801c389
commit
47f072f0bd
@ -7,7 +7,7 @@ TITLE: user with DROP ANY PACKAGE privilege can not execute DROP PACKAGE B
|
||||
NOTES:
|
||||
[25.02.2023] pzotov
|
||||
Confirmed bug on 5.0.0.520.
|
||||
Checked on 5.0.0.959 - all OK.
|
||||
Checked on 5.0.0.959, 4.0.3.2903 - all OK.
|
||||
"""
|
||||
|
||||
import pytest
|
||||
@ -60,7 +60,7 @@ expected_stdout = """
|
||||
Records affected: 2
|
||||
"""
|
||||
|
||||
@pytest.mark.version('>=5.0')
|
||||
@pytest.mark.version('>=4.0.2')
|
||||
def test_1(act: Action, tmp_usr1: User, tmp_usr2: User, tmp_role: Role):
|
||||
|
||||
test_script = f"""
|
||||
|
Loading…
Reference in New Issue
Block a user