You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by hl...@apache.org on 2007/03/06 00:28:38 UTC

svn commit: r514918 - /tapestry/tapestry5/tapestry-core/trunk/src/test/conf/testng.xml

Author: hlship
Date: Mon Mar  5 15:28:36 2007
New Revision: 514918

URL: http://svn.apache.org/viewvc?view=rev&rev=514918
Log:
Group all the tests back into a single suite so that Bamboo will count them correctly.

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

Modified: tapestry/tapestry5/tapestry-core/trunk/src/test/conf/testng.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-core/trunk/src/test/conf/testng.xml?view=diff&rev=514918&r1=514917&r2=514918
==============================================================================
--- tapestry/tapestry5/tapestry-core/trunk/src/test/conf/testng.xml (original)
+++ tapestry/tapestry5/tapestry-core/trunk/src/test/conf/testng.xml Mon Mar  5 15:28:36 2007
@@ -17,24 +17,12 @@
 
 <suite name="Tapestry Core" parallel="false" thread-count="10" annotations="1.5" verbose="2">
   <parameter name="tapestry.integration-webapp" value="src/test/app1"/>
-  <test name="Integration">
+  <test name="Tapestry Core">
     <packages>
-      <package name="org.apache.tapestry.integration.pagelevel"/>
+      <package name="org.apache.tapestry"/>
       <package name="org.apache.tapestry.integration"/>
-    </packages>
-  </test>
-  <test name="Page Level Integration">
-    <packages>
       <package name="org.apache.tapestry.test.pagelevel"/>
-    </packages>
-  </test>
-  <test name="Components">
-    <packages>
       <package name="org.apache.tapestry.corelib.components"/>
-    </packages>
-  </test>
-  <test name="Public">
-    <packages>
       <package name="org.apache.tapestry"/>
       <package name="org.apache.tapestry.dom"/>
       <package name="org.apache.tapestry.services"/>
@@ -42,10 +30,6 @@
       <package name="org.apache.tapestry.runtime"/>
       <package name="org.apache.tapestry.translator"/>
       <package name="org.apache.tapestry.validator"/>
-    </packages>
-  </test>
-  <test name="Internals">
-    <packages>
       <package name="org.apache.internal"/>
       <package name="org.apache.tapestry.internal"/>
       <package name="org.apache.tapestry.internal.beaneditor"/>