You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by hl...@apache.org on 2008/05/22 00:47:35 UTC

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

Author: hlship
Date: Wed May 21 15:47:34 2008
New Revision: 658914

URL: http://svn.apache.org/viewvc?rev=658914&view=rev
Log:
TAPESTRY-2421: Allow Tapestry4/Tapestry5 to be deployed in the same WAR

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?rev=658914&r1=658913&r2=658914&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/conf/testng.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/conf/testng.xml Wed May 21 15:47:34 2008
@@ -31,29 +31,28 @@
     </test>
     <test name="Public APIs">
         <packages>
-            <package name="org.apache.tapestry"/>
+            <package name="org.apache.tapestry5"/>
             <package name="org.apache.tapestry5.dom"/>
             <package name="org.apache.tapestry5.json"/>
+            <package name="org.apache.tapestry5.runtime"/>
             <package name="org.apache.tapestry5.services"/>
             <package name="org.apache.tapestry5.util"/>
-            <package name="org.apache.tapestry5.runtime"/>
             <package name="org.apache.tapestry5.validator"/>
         </packages>
     </test>
     <test name="Internal APIs">
         <packages>
-            <package name="org.apache.internal"/>
             <package name="org.apache.tapestry5.internal"/>
             <package name="org.apache.tapestry5.internal.beaneditor"/>
+            <package name="org.apache.tapestry5.internal.bindings"/>
             <package name="org.apache.tapestry5.internal.grid"/>
+            <package name="org.apache.tapestry5.internal.model"/>
             <package name="org.apache.tapestry5.internal.services"/>
             <package name="org.apache.tapestry5.internal.structure"/>
-            <package name="org.apache.tapestry5.internal.util"/>
-            <package name="org.apache.tapestry5.internal.bindings"/>
-            <package name="org.apache.tapestry5.internal.model"/>
             <package name="org.apache.tapestry5.internal.test"/>
             <package name="org.apache.tapestry5.internal.transform"/>
             <package name="org.apache.tapestry5.internal.translator"/>
+            <package name="org.apache.tapestry5.internal.util"/>
         </packages>
     </test>
 </suite>