You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jena.apache.org by an...@apache.org on 2012/11/26 10:43:17 UTC

svn commit: r1413530 - /jena/trunk/jena-arq/pom.xml

Author: andy
Date: Mon Nov 26 09:43:16 2012
New Revision: 1413530

URL: http://svn.apache.org/viewvc?rev=1413530&view=rev
Log:
Note on test setup.

Modified:
    jena/trunk/jena-arq/pom.xml

Modified: jena/trunk/jena-arq/pom.xml
URL: http://svn.apache.org/viewvc/jena/trunk/jena-arq/pom.xml?rev=1413530&r1=1413529&r2=1413530&view=diff
==============================================================================
--- jena/trunk/jena-arq/pom.xml (original)
+++ jena/trunk/jena-arq/pom.xml Mon Nov 26 09:43:16 2012
@@ -141,8 +141,10 @@
         <artifactId>maven-surefire-plugin</artifactId>
         <configuration>
           <includes>
-	    <!-- Test collections -->
-	    <!-- TC_General, TC_Riot, TC_Atlas-->
+	    <!-- The test collections TC_General, TC_Riot, TC_Atlas
+	    are development support that collect the relavent tests for
+	    partial testing during development.
+	    -->
 	    <include>**/TS_*.java</include>
             <include>**/TC_Scripted.java</include>
             <include>**/TC_DAWG.java</include>