-
Notifications
You must be signed in to change notification settings - Fork 78
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
ca235a4
commit 1e703b4
Showing
1 changed file
with
19 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
--- | ||
name: TCK Challenge | ||
about: Create a TCK Challenge | ||
title: '' | ||
labels: 'challenge' | ||
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 | ||
|
||
**TCK Version** | ||
Specify the version of the TCK, e.g. Jakarta Faces 4.0.x | ||
|
||
**Description** | ||
A clear and concise description of why you think the tests are wrong. | ||
|
||
**Additional context** | ||
Add any other context about the challenge here. |