mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
Added/Updated tests\bugs\gh_7269_test.py: fixed wrong min_version
This commit is contained in:
parent
524b195208
commit
0f4c5acfef
@ -28,7 +28,7 @@ act = python_act('db')
|
|||||||
tmp_fbk = temp_file('gh_7269.tmp.fbk')
|
tmp_fbk = temp_file('gh_7269.tmp.fbk')
|
||||||
tmp_fdb = temp_file('gh_7269.tmp.fdb')
|
tmp_fdb = temp_file('gh_7269.tmp.fdb')
|
||||||
|
|
||||||
@pytest.mark.version('>=4.0.0')
|
@pytest.mark.version('>=5.0.2')
|
||||||
def test_1(act: Action, tmp_fbk: Path, tmp_fdb: Path, capsys):
|
def test_1(act: Action, tmp_fbk: Path, tmp_fdb: Path, capsys):
|
||||||
zipped_fbk_file = zipfile.Path(act.files_dir / 'gh_7269.zip', at = 'gh-7269-unrecoverable.fbk')
|
zipped_fbk_file = zipfile.Path(act.files_dir / 'gh_7269.zip', at = 'gh-7269-unrecoverable.fbk')
|
||||||
tmp_fbk.write_bytes(zipped_fbk_file.read_bytes())
|
tmp_fbk.write_bytes(zipped_fbk_file.read_bytes())
|
||||||
|
Loading…
Reference in New Issue
Block a user