Author: hlship
Date: Fri Oct 27 10:53:38 2006
New Revision: 468477

URL: http://svn.apache.org/viewvc?view=rev&rev=468477
Log:
Turn TestNG parallel tests runs back on (for the moment), they seem to be 
happier with AspectJ gone.

Modified:
    
tapestry/tapestry5/tapestry-core/branches/hlship-20061027-removeaspectj/src/test/conf/testng.xml

Modified: 
tapestry/tapestry5/tapestry-core/branches/hlship-20061027-removeaspectj/src/test/conf/testng.xml
URL: 
http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-core/branches/hlship-20061027-removeaspectj/src/test/conf/testng.xml?view=diff&rev=468477&r1=468476&r2=468477
==============================================================================
--- 
tapestry/tapestry5/tapestry-core/branches/hlship-20061027-removeaspectj/src/test/conf/testng.xml
 (original)
+++ 
tapestry/tapestry5/tapestry-core/branches/hlship-20061027-removeaspectj/src/test/conf/testng.xml
 Fri Oct 27 10:53:38 2006
@@ -15,7 +15,7 @@
    limitations under the License.
 -->
 
-<suite name="Tapestry" parallel="false" thread-count="10" annotations="1.5" 
verbose="2">
+<suite name="Tapestry" parallel="true" thread-count="10" annotations="1.5" 
verbose="2">
   <test name="Tapestry Core">
     <packages>
       <!-- Logically we'd like to do the General (unit) testing first, but 
practically,


Reply via email to