From b64fc14d0ec54e616aba2bdea0133e7234d6d491 Mon Sep 17 00:00:00 2001 From: pavel-zotov Date: Thu, 31 Oct 2024 00:16:41 +0300 Subject: [PATCH] Added/Updated tests\bugs\core_3489_test.py: minor change: adjusted notes. --- tests/bugs/core_3489_test.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/bugs/core_3489_test.py b/tests/bugs/core_3489_test.py index 48bde78d..db620ff4 100644 --- a/tests/bugs/core_3489_test.py +++ b/tests/bugs/core_3489_test.py @@ -9,8 +9,8 @@ JIRA: CORE-3489 FBTEST: bugs.core_3489 NOTES: [30.10.2024] pzotov - Bug was fixed for too old FB (3.0 Alpha 1), firebird-driver and/or QA-plugin will not able to run on this version. - to check this version in order to reproduce problem. + Bug was fixed for too old FB (3.0 Alpha 1), firebird-driver and/or QA-plugin + will not able to run on this version in order to reproduce problem. Source for this test was taken from ticket almost w/o changes. Only aux view has been added ('v_conn_cset') for showing current connection protocol and character set - we make query to this view two twice: one for TCP and then for local protocol.