Author: hlship
Date: Sun May 27 17:10:18 2007
New Revision: 542057

URL: http://svn.apache.org/viewvc?view=rev&rev=542057
Log:
Further experiment in running tests in parallel.

Modified:
    tapestry/tapestry5/trunk/tapestry-core/src/test/conf/testng.xml

Modified: tapestry/tapestry5/trunk/tapestry-core/src/test/conf/testng.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-core/src/test/conf/testng.xml?view=diff&rev=542057&r1=542056&r2=542057
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/conf/testng.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/conf/testng.xml Sun May 27 
17:10:18 2007
@@ -17,12 +17,12 @@
 
 <suite name="Tapestry Core" parallel="tests" thread-count="10" 
annotations="1.5" verbose="2">
   <parameter name="tapestry.integration-webapp" value="src/test/app1"/>
-  <test name="Tapestry Integration">
+  <test name="Integration Tests">
     <packages>
-      <package name="org.apache.tapestry.integration"/>      
-    </packages>    
+      <package name="org.apache.tapestry.integration"/>
+    </packages>
   </test>
-  <test name="Tapestry Core">
+  <test name="Public APIs">
     <packages>
       <package name="org.apache.tapestry"/>
       <package name="org.apache.tapestry.integration.pagelevel"/>
@@ -35,7 +35,11 @@
       <package name="org.apache.tapestry.runtime"/>
       <package name="org.apache.tapestry.translator"/>
       <package name="org.apache.tapestry.validator"/>
-      <package name="org.apache.internal"/>
+    </packages>
+  </test>
+  <test name="Internal APIs">
+    <packages>
+      <package name="org.apache.internal"/>
       <package name="org.apache.tapestry.internal"/>
       <package name="org.apache.tapestry.internal.beaneditor"/>
       <package name="org.apache.tapestry.internal.grid"/>


Reply via email to