6
0
mirror of https://github.com/FirebirdSQL/firebird-qa.git synced 2025-01-22 21:43:06 +01:00

Added/Updated tests\bugs\core_6444_test.py: Added 'UseLegacyKernelObjectsNames' parameter in FB-4.x expected output. NOTE: there is no such parameter for FB-5.x, see comments in the default firebird.conf

This commit is contained in:
pavel-zotov 2023-04-11 12:36:03 +03:00
parent 0939fcdb55
commit 9c93b1db5a

View File

@ -263,7 +263,10 @@ fb4x_expected_out = r"""
RDB$CONFIG_ID 71
RDB$CONFIG_NAME TempTableDirectory
RDB$CONFIG_DEFAULT
Records affected: 72
RDB$CONFIG_ID 72
RDB$CONFIG_NAME UseLegacyKernelObjectsNames
RDB$CONFIG_DEFAULT false
Records affected: 73
""" % locals()
fb5x_expected_out = r"""