From ee82da2fc76e02057ef291107c405c4d97e2787d Mon Sep 17 00:00:00 2001 From: pavel-zotov Date: Sun, 18 Aug 2024 22:18:06 +0300 Subject: [PATCH] Added/Updated tests\bugs\core_6239_test.py: minor change: added comments --- tests/bugs/core_6239_test.py | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/tests/bugs/core_6239_test.py b/tests/bugs/core_6239_test.py index 1b42fe80..39e436ef 100644 --- a/tests/bugs/core_6239_test.py +++ b/tests/bugs/core_6239_test.py @@ -2,11 +2,14 @@ """ ID: issue-6483 -ISSUE: 6483 +ISSUE: https://github.com/FirebirdSQL/firebird/issues/6483 TITLE: Procedures and EXECUTE BLOCK without RETURNS should not be allowed to use SUSPEND DESCRIPTION: JIRA: CORE-6239 FBTEST: bugs.core_6239 +NOTES: + Fix was done by commit https://github.com/FirebirdSQL/firebird/commit/b2b5f9a87cea26a9f12fa231804dba9d0426d3fa + (can be checked by 4.0.0.1763+, date of build since 05-feb-2020). """ import pytest