mirror of
https://github.com/FirebirdSQL/firebird-qa.git
synced 2025-01-22 13:33:07 +01:00
Added/Updated bugs\core_6412_test.py. removed unneeded block
This commit is contained in:
parent
5479e498d4
commit
57071c1cbe
@ -58,12 +58,6 @@ db = db_factory()
|
||||
|
||||
act = python_act('db', substitutions=[('\t+', ' '), ('TCPv.*', 'TCP')])
|
||||
|
||||
expected_stdout = """
|
||||
MON$REMOTE_PROTOCOL TCPv6
|
||||
MON$SEC_DATABASE Self
|
||||
RESULT Completed
|
||||
"""
|
||||
|
||||
@pytest.mark.version('>=4.0')
|
||||
def test_1(act: Action, capsys):
|
||||
# Scan line-by-line through databases.conf, find line starting with REQUIRED_ALIAS and extract name of file that
|
||||
|
Loading…
Reference in New Issue
Block a user