6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 13:33:07 +01:00

Added/Updated bugs\core_6441_test.py. removed uneeded block that remained because of copy-paste

This commit is contained in:
zotov 2022-08-18 15:46:31 +03:00
parent bf5fb4e20d
commit 389572aebd

View File

@ -127,10 +127,6 @@ def test_1(act: Action, capsys):
assert act.clean_stdout == act.clean_expected_stdout
act.reset()
act.stdout = capsys.readouterr().out
assert act.clean_stdout == act.clean_expected_stdout
act.reset()
# Change DB state to full shutdown in order to have ability to drop database file.
# This is needed because when DB is self-security then it will be kept opened for 10s
# (as it always occurs for common security.db). Set linger to 0 does not help.