You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tapestry.apache.org by ff...@apache.org on 2012/01/21 20:28:21 UTC

svn commit: r1234402 - /tapestry/tapestry5/trunk/tapestry-spring/src/test/conf/testng.xml

Author: ffacon
Date: Sat Jan 21 19:28:20 2012
New Revision: 1234402

URL: http://svn.apache.org/viewvc?rev=1234402&view=rev
Log:
blind test for test failed on trunk

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

Modified: tapestry/tapestry5/trunk/tapestry-spring/src/test/conf/testng.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/trunk/tapestry-spring/src/test/conf/testng.xml?rev=1234402&r1=1234401&r2=1234402&view=diff
==============================================================================
--- tapestry/tapestry5/trunk/tapestry-spring/src/test/conf/testng.xml (original)
+++ tapestry/tapestry5/trunk/tapestry-spring/src/test/conf/testng.xml Sat Jan 21 19:28:20 2012
@@ -16,12 +16,12 @@
 -->
 
 <suite name="Tapesty Spring Integration" parallel="false" thread-count="10" annotations="1.5" verbose="2">
-    <test name="Tapestry Spring Unit Tests">
+    <!-- >test name="Tapestry Spring Unit Tests">
         <packages>
             <package name="org.apache.tapestry5.spring"/>
             <package name="org.apache.tapestry5.internal.spring"/>
         </packages>
-    </test>
+    </test-->
     <test name="Tapestry Spring Integration - Standard">
         <packages>
             <package name="org.apache.tapestry5.spring.integration.standard"/>