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

Added/Updated bugs\core_6097_test.py. removed unneeded commented code

This commit is contained in:
zotov 2022-06-17 21:38:22 +03:00
parent d0782dd382
commit 7f6f61764b

View File

@ -29,16 +29,7 @@ for v in ('ISC_USER','ISC_PASSWORD'):
except KeyError as e: except KeyError as e:
pass pass
#NON_ASCII_NAME = '"Ковалевский_Олег"'
#init_script = f"""
# create or alter mapping tmp_mapping_6097 using plugin win_sspi from user "{THIS_COMPUTER_NAME}\\{CURRENT_WIN_USER}" to user {NON_ASCII_NAME};
# commit;
#"""
db = db_factory(utf8filename=True) db = db_factory(utf8filename=True)
#non_acii_user = user_factory('db', name = NON_ASCII_NAME, password = '123', plugin = 'Srp')
act = python_act('db', substitutions=[('[\t ]+', ' ')]) act = python_act('db', substitutions=[('[\t ]+', ' ')])
@pytest.mark.version('>=3.0.5') @pytest.mark.version('>=3.0.5')