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

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

Author: ffacon
Date: Sat Jan 21 20:42:31 2012
New Revision: 1234413

URL: http://svn.apache.org/viewvc?rev=1234413&view=rev
Log:
revert commit 1234402 failed with path to ff3 must be specified for bean validation test 

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=1234413&r1=1234412&r2=1234413&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 20:42:31 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"/>