From dfb5d9defe99c9f2d460f071642ebc0afd7b71d4 Mon Sep 17 00:00:00 2001 From: emijiang Date: Tue, 24 Sep 2024 17:00:04 +0100 Subject: [PATCH] minor update --- .github/workflows/ISSUE_TEMPLATE/tck_template.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ISSUE_TEMPLATE/tck_template.md b/.github/workflows/ISSUE_TEMPLATE/tck_template.md index 7f5ef0935..416c4ac4e 100644 --- a/.github/workflows/ISSUE_TEMPLATE/tck_template.md +++ b/.github/workflows/ISSUE_TEMPLATE/tck_template.md @@ -7,10 +7,10 @@ assignees: '' --- **Challenged tests** List the challenged tests with the fully qualified classnames and then the test methods, e.g. -ee.jakarta.tck.faces.test.javaee7.multiFieldValidation.Spec1IT#testFailingPreconditionsNotAfterAllInputComponents +org.jboss.cdi.tck.tests.context.alterable.AlterableContextTest#testApplicationScopedComponent **TCK Version** -Specify the version of the TCK, e.g. Jakarta Faces 4.0.x +Specify the version of the TCK, e.g. Jakarta CDI 4.x **Description** A clear and concise description of why you think the tests are wrong.