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:
parent
bf5fb4e20d
commit
389572aebd
@ -127,10 +127,6 @@ def test_1(act: Action, capsys):
|
|||||||
assert act.clean_stdout == act.clean_expected_stdout
|
assert act.clean_stdout == act.clean_expected_stdout
|
||||||
act.reset()
|
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.
|
# 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
|
# 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.
|
# (as it always occurs for common security.db). Set linger to 0 does not help.
|
||||||
|
Loading…
Reference in New Issue
Block a user