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/">...
<programlisting> <plugin>
@@ -134,10 +133,7 @@
...
<includes>
<include>org/exoplatform/services/tck/organization/Test*.java</include>
- </includes>
- <excludes>
-
<exclude>org/exoplatform/services/tck/organization/AbstractOrganizationServiceTest.java</exclude>
- </excludes>
+ </includes>
...
</configuration>
</plugin></programlisting>