You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tapestry.apache.org by an...@apache.org on 2007/11/17 16:16:21 UTC

svn commit: r595958 - in /tapestry/tapestry4/trunk/tapestry-framework/src/test-data/app1: Tap1129.html Tap1141.html

Author: andyhot
Date: Sat Nov 17 07:16:20 2007
New Revision: 595958

URL: http://svn.apache.org/viewvc?rev=595958&view=rev
Log:
update integration tests after updateComponents change

Modified:
    tapestry/tapestry4/trunk/tapestry-framework/src/test-data/app1/Tap1129.html
    tapestry/tapestry4/trunk/tapestry-framework/src/test-data/app1/Tap1141.html

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/test-data/app1/Tap1129.html
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/test-data/app1/Tap1129.html?rev=595958&r1=595957&r2=595958&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/test-data/app1/Tap1129.html (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/test-data/app1/Tap1129.html Sat Nov 17 07:16:20 2007
@@ -6,7 +6,7 @@
         <a jwcid="@DirectLink" listener="listener:doRefresh" 
            updateComponents="testme" async="ognl:true">refresh</a>
         
-        <div jwcid="@Any" id="testme">
+        <div jwcid="testme@Any">
             <div id="flag"><span jwcid="@Insert" value="ognl:flag"/></div>
             <form jwcid="@Form" listener="listener:doNothing">
                 <textarea jwcid="@TextArea" value="ognl:text"/>

Modified: tapestry/tapestry4/trunk/tapestry-framework/src/test-data/app1/Tap1141.html
URL: http://svn.apache.org/viewvc/tapestry/tapestry4/trunk/tapestry-framework/src/test-data/app1/Tap1141.html?rev=595958&r1=595957&r2=595958&view=diff
==============================================================================
--- tapestry/tapestry4/trunk/tapestry-framework/src/test-data/app1/Tap1141.html (original)
+++ tapestry/tapestry4/trunk/tapestry-framework/src/test-data/app1/Tap1141.html Sat Nov 17 07:16:20 2007
@@ -10,7 +10,7 @@
             <input jwcid="@Submit" value="Go!"/>
         </form>
         
-        <div jwcid="@Any" id="testme">[<span jwcid="@Insert" value="ognl:text"/>]</div> 
+        <div jwcid="testme@Any">[<span jwcid="@Insert" value="ognl:text"/>]</div> 
         
     </body>
 </html>