diff --git a/tests/bugs/core_6097_test.py b/tests/bugs/core_6097_test.py index 9ebfd52c..33589735 100644 --- a/tests/bugs/core_6097_test.py +++ b/tests/bugs/core_6097_test.py @@ -29,16 +29,7 @@ for v in ('ISC_USER','ISC_PASSWORD'): except KeyError as e: 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) -#non_acii_user = user_factory('db', name = NON_ASCII_NAME, password = '123', plugin = 'Srp') act = python_act('db', substitutions=[('[\t ]+', ' ')]) @pytest.mark.version('>=3.0.5')