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 2006/10/15 01:40:58 UTC

svn commit: r464063 - in /tapestry/tapestry5/tapestry-core/trunk/src/test: conf/testng.xml resources/org/apache/tapestry/integration/app1/pages/ActionPage.html

Author: hlship
Date: Sat Oct 14 16:40:56 2006
New Revision: 464063

URL: http://svn.apache.org/viewvc?view=rev&rev=464063
Log:
Fix broken ActionLink integration test.
Return tests to parallel mode.

Modified:
    tapestry/tapestry5/tapestry-core/trunk/src/test/conf/testng.xml
    tapestry/tapestry5/tapestry-core/trunk/src/test/resources/org/apache/tapestry/integration/app1/pages/ActionPage.html

Modified: tapestry/tapestry5/tapestry-core/trunk/src/test/conf/testng.xml
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-core/trunk/src/test/conf/testng.xml?view=diff&rev=464063&r1=464062&r2=464063
==============================================================================
--- tapestry/tapestry5/tapestry-core/trunk/src/test/conf/testng.xml (original)
+++ tapestry/tapestry5/tapestry-core/trunk/src/test/conf/testng.xml Sat Oct 14 16:40:56 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,

Modified: tapestry/tapestry5/tapestry-core/trunk/src/test/resources/org/apache/tapestry/integration/app1/pages/ActionPage.html
URL: http://svn.apache.org/viewvc/tapestry/tapestry5/tapestry-core/trunk/src/test/resources/org/apache/tapestry/integration/app1/pages/ActionPage.html?view=diff&rev=464063&r1=464062&r2=464063
==============================================================================
--- tapestry/tapestry5/tapestry-core/trunk/src/test/resources/org/apache/tapestry/integration/app1/pages/ActionPage.html (original)
+++ tapestry/tapestry5/tapestry-core/trunk/src/test/resources/org/apache/tapestry/integration/app1/pages/ActionPage.html Sat Oct 14 16:40:56 2006
@@ -9,7 +9,7 @@
     </p>
 
     <t:comp type="If" test="prop:index">
-        <p> You choose the value <strong>${value}</strong>.</p>
+        <p> <strong>You chose: ${value}</strong>.</p>
     </t:comp>
 
 </t:comp>