Skip to content

Commit

Permalink
Fix additional Jakarta Bean Validation uses
Browse files Browse the repository at this point in the history
Signed-off-by: Scott M Stark <starksm64@gmail.com>
  • Loading branch information
starksm64 committed Mar 27, 2024
1 parent 085ed45 commit 396d0d9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions documentation/src/main/asciidoc/configuration.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ sections.
The TCK distribution comes with a directory
`setup-examples` which contains an example maven project
for running the TCK. If you followed the instructions in <<installation>> you find the directory under
`jakarta-bean-validation/tck/setup-examples/maven`. The example is using
`validation-tck-dist-{tck-version}/setup-examples/maven`. The example is using
Hibernate Validator as Jakarta Validation Provider and Eclipse GlassFish 7.0+ as the Jakarta EE
constainer.

Expand Down Expand Up @@ -43,8 +43,8 @@ modify the file (see also the TestNG http://testng.org/doc/documentation-main.ht

[source,xml]
----
<suite name="Jakarta-Bean-Validation-TCK" verbose="1">
<test name="Jakarta-Bean-Validation-TCK">
<suite name="Jakarta-Validation-TCK" verbose="1">
<test name="Jakarta-Validation-TCK">
<method-selectors>
<method-selector>
Expand Down
4 changes: 2 additions & 2 deletions tests/src/main/resources/tck-tests.xml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@
-->
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd" >

<suite name="Jakarta-Bean-Validation-TCK" verbose="1">
<test name="Jakarta-Bean-Validation-TCK">
<suite name="Jakarta-Validation-TCK" verbose="1">
<test name="Jakarta-Validation-TCK">

<method-selectors>
<method-selector>
Expand Down

0 comments on commit 396d0d9

Please sign in to comment.