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/02/07 00:46:37 UTC

svn commit: r619223 - in /tapestry/tapestry5/trunk: tapestry-core/src/test/conf/testng.xml tapestry-ioc/src/test/conf/testng.xml

Author: hlship
Date: Wed Feb  6 15:46:34 2008
New Revision: 619223

URL: http://svn.apache.org/viewvc?rev=619223&view=rev
Log:
Fix minor errors in the testng.xml control files.

Modified:
    tapestry/tapestry5/trunk/tapestry-core/src/test/conf/testng.xml
    tapestry/tapestry5/trunk/tapestry-ioc/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=619223&r1=619222&r2=619223&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-core/src/test/conf/testng.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-core/src/test/conf/testng.xml Wed Feb  6 15:46:34 2008
@@ -15,7 +15,7 @@
    limitations under the License.
 -->
 
-<suite name="Tapestry Core" thread-count="10" timeOut="60000" annotations="1.5" verbose="2" parallel="tests">
+<suite name="Tapestry Core" thread-count="10" annotations="1.5" verbose="2" parallel="tests">
     <test name="Integration Tests">
         <packages>
             <package name="org.apache.tapestry.integration"/>

Modified: tapestry/tapestry5/trunk/tapestry-ioc/src/test/conf/testng.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-ioc/src/test/conf/testng.xml?rev=619223&r1=619222&r2=619223&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-ioc/src/test/conf/testng.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-ioc/src/test/conf/testng.xml Wed Feb  6 15:46:34 2008
@@ -15,7 +15,7 @@
    limitations under the License.
 -->
 
-<suite name="Tapestry IOC" thread-count="10" timeOut="60000" annotations="1.5" verbose="2" parallel="tests">
+<suite name="Tapestry IOC" thread-count="10" annotations="1.5" verbose="2" parallel="tests">
     <test name="Public APIs">
         <packages>
             <package name="org.apache.tapestry.ioc"/>