From f6b90c4c22b6548d24be2b6488efc937f5c3695b Mon Sep 17 00:00:00 2001 From: pavel-zotov Date: Sat, 18 Nov 2023 17:14:46 +0300 Subject: [PATCH] Added/Updated tests\bugs\gh_7844_test.py: dummy correction in order to trigger QA tests run next day --- tests/bugs/gh_7844_test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/bugs/gh_7844_test.py b/tests/bugs/gh_7844_test.py index fffb20a0..6d74a587 100644 --- a/tests/bugs/gh_7844_test.py +++ b/tests/bugs/gh_7844_test.py @@ -9,7 +9,7 @@ NOTES: [14.11.2023] pzotov There are no crashes on FB 3.x ... 6.x neither on Windows nor on Linux. Crash occurred only in DEBUG build (reply from Adriano, 14.11.2023 12:18). - On release build, 'set width a;' caused loose of info about width for column 'b'. + On release build, 'set width a;' caused missing info about width for column 'b'. Confirmed bug on WI-T6.0.0.122. Checked on 6.0.0.124 (intermediate build, timestamp: 14.11.2023 09:00). """