You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@bval.apache.org by mb...@apache.org on 2016/10/28 21:14:20 UTC

svn commit: r1767080 - /bval/cms-site/trunk/content/beanvalidation-tck.mdtext

Author: mbenson
Date: Fri Oct 28 21:14:20 2016
New Revision: 1767080

URL: http://svn.apache.org/viewvc?rev=1767080&view=rev
Log:
CMS commit to bval by mbenson

Modified:
    bval/cms-site/trunk/content/beanvalidation-tck.mdtext

Modified: bval/cms-site/trunk/content/beanvalidation-tck.mdtext
URL: http://svn.apache.org/viewvc/bval/cms-site/trunk/content/beanvalidation-tck.mdtext?rev=1767080&r1=1767079&r2=1767080&view=diff
==============================================================================
--- bval/cms-site/trunk/content/beanvalidation-tck.mdtext (original)
+++ bval/cms-site/trunk/content/beanvalidation-tck.mdtext Fri Oct 28 21:14:20 2016
@@ -1,23 +1,22 @@
 Title: JSR303 TCK
+
 <a name="JSR303TCK-HowtoobtaintheTCKfortesting"></a>
 ### How to obtain the TCK for testing
 
-The JSR303 Bean Validation TCK was created by [Red Hat/JBoss][jboss] and is
+The Bean Validation TCK was created by [Red Hat/JBoss][jboss] and is
 available under the [Apache License, version 2.0][ALv2], which allows anyone
 to download and run the TCK without having to sign the Sun/ASF NDA.
 
 Please see the
 [Bean Validation TCK](http://community.jboss.org/wiki/BeanValidationTCK)
 website for details on how to setup a local JBoss instance for running the TCK.
-The `bval-tck` module should be used to execute the TCK against Apache BVal.
+The `bval-tck11` module should be used to execute the TCK against Apache BVal.
 
-<a name="JSR303TCK-StepstoruntheTCKagainstourimplementation"></a>
 ### Steps to run the TCK
 
 For the below build and TCK runs, it is assumed that you have the latest Sun
 1.6.0 JDK installed and set as the default Java implementation.
 
-<a name="JSR303TCK-Standalone"></a>
 #### Standalone
 
 1. Build the project and run the [JUnit][] tests:
@@ -29,10 +28,9 @@ For the below build and TCK runs, it is
 1. Run the JBoss provided TCK in standalone mode -
 
         :::sh
-        cd bval/trunk/bval-tck
+        cd bval/trunk/bval-tck11
         mvn -Ptck
 
-<a name="JSR303TCK-In-container"></a>
 #### In-container
 
 1. Build the project and run the [JUnit][] tests:
@@ -50,7 +48,6 @@ For the below build and TCK runs, it is
         cd bval/trunk/bval-tck
         mvn -Ptck,incontainer -Djboss.home=$jbosshome
 
-<a name="JSR303TCK-CertificationagainsttheJCPprovidedTCK"></a>
 ### Certification against the JCP provided TCK
 
 *TBD* - Must we use the Sun/Oracle provided TCK for final certification testing?