[exo-jcr-commits] exo-jcr SVN: r5192 - jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/core.

do-not-reply at jboss.org do-not-reply at jboss.org
Wed Nov 16 05:18:40 EST 2011


Author: dkuleshov
Date: 2011-11-16 05:18:39 -0500 (Wed, 16 Nov 2011)
New Revision: 5192

Modified:
   jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/core/organization-service-tck-tests-config.xml
Log:
EXOJCR-1622: removed exclusion of AbstractOrganizationTest.java in example of surefire-plugin-configuration

Modified: jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/core/organization-service-tck-tests-config.xml
===================================================================
--- jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/core/organization-service-tck-tests-config.xml	2011-11-15 15:24:12 UTC (rev 5191)
+++ jcr/trunk/exo.jcr.docs/exo.jcr.docs.developer/en/src/main/docbook/en-US/modules/core/organization-service-tck-tests-config.xml	2011-11-16 10:18:39 UTC (rev 5192)
@@ -123,8 +123,7 @@
         role="bold">source</emphasis> parameter should point to the location
         you've specified in <emphasis role="bold">outputDirectory</emphasis>
         parameter just above.</para>
-      </note>You may also need to include and exclude specific tests using
-    <ulink
+      </note>You also need to include all TCK tests using <ulink
     url="http://maven.apache.org/plugins/maven-surefire-plugin/">maven-surefire-plugin</ulink></para>
 
     <programlisting>      &lt;plugin&gt;
@@ -134,10 +133,7 @@
           ...
           &lt;includes&gt;
               &lt;include&gt;org/exoplatform/services/tck/organization/Test*.java&lt;/include&gt;
-          &lt;/includes&gt;                 
-          &lt;excludes&gt;
-             &lt;exclude&gt;org/exoplatform/services/tck/organization/AbstractOrganizationServiceTest.java&lt;/exclude&gt;
-          &lt;/excludes&gt;   
+          &lt;/includes&gt;                   
           ...
         &lt;/configuration&gt;
       &lt;/plugin&gt;</programlisting>



More information about the exo-jcr-commits mailing list