From 89e228b4d6165ad6516846aa9225588fe53de43d Mon Sep 17 00:00:00 2001 From: Mark Thomas Date: Fri, 20 Sep 2024 11:18:55 +0100 Subject: [PATCH] Update tck_challenge.md Make template EL specific --- .github/ISSUE_TEMPLATE/tck_challenge.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/ISSUE_TEMPLATE/tck_challenge.md b/.github/ISSUE_TEMPLATE/tck_challenge.md index aff95cc..5d6ee40 100644 --- a/.github/ISSUE_TEMPLATE/tck_challenge.md +++ b/.github/ISSUE_TEMPLATE/tck_challenge.md @@ -9,10 +9,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 +com.sun.ts.tests.el.api.jakarta_el.arrayelresolver#arrayELResolverTest() **TCK Version** -Specify the version of the TCK, e.g. Jakarta Faces 4.0.x +Specify the version of the TCK, e.g. Jakarta Expression Language 6.0.x **Description** A clear and concise description of why you think the tests are wrong.