You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lo...@apache.org on 2010/04/29 16:32:19 UTC

svn commit: r939323 - in /myfaces/tobago/trunk/example/test/src/main/webapp/tc/gridLayout: rendered-auto-2x2-all-but-1.xhtml rendered-prop-2x2-all-but-2.xhtml

Author: lofwyr
Date: Thu Apr 29 14:32:19 2010
New Revision: 939323

URL: http://svn.apache.org/viewvc?rev=939323&view=rev
Log:
fix values from the test

Modified:
    myfaces/tobago/trunk/example/test/src/main/webapp/tc/gridLayout/rendered-auto-2x2-all-but-1.xhtml
    myfaces/tobago/trunk/example/test/src/main/webapp/tc/gridLayout/rendered-prop-2x2-all-but-2.xhtml

Modified: myfaces/tobago/trunk/example/test/src/main/webapp/tc/gridLayout/rendered-auto-2x2-all-but-1.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/test/src/main/webapp/tc/gridLayout/rendered-auto-2x2-all-but-1.xhtml?rev=939323&r1=939322&r2=939323&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/test/src/main/webapp/tc/gridLayout/rendered-auto-2x2-all-but-1.xhtml (original)
+++ myfaces/tobago/trunk/example/test/src/main/webapp/tc/gridLayout/rendered-auto-2x2-all-but-1.xhtml Thu Apr 29 14:32:19 2010
@@ -28,8 +28,8 @@
     <tc:script file="script/test-utils.js"/>
     <tc:script onload="checkAbsence('page:i-0');"/>
     <tc:script onload="checkLayout('page:i-1', 405, 0, 200, 400);"/>
-    <tc:script onload="checkLayout('page:i-2', 0, 0, 400, 605);"/>
-    <tc:script onload="checkLayout('page:i-3', 405, 0, 200, 605);"/>
+    <tc:script onload="checkLayout('page:i-2', 0, 405, 400, 200);"/>
+    <tc:script onload="checkLayout('page:i-3', 405, 405, 200, 200);"/>
 
   </tc:page>
 </f:view>

Modified: myfaces/tobago/trunk/example/test/src/main/webapp/tc/gridLayout/rendered-prop-2x2-all-but-2.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/example/test/src/main/webapp/tc/gridLayout/rendered-prop-2x2-all-but-2.xhtml?rev=939323&r1=939322&r2=939323&view=diff
==============================================================================
--- myfaces/tobago/trunk/example/test/src/main/webapp/tc/gridLayout/rendered-prop-2x2-all-but-2.xhtml (original)
+++ myfaces/tobago/trunk/example/test/src/main/webapp/tc/gridLayout/rendered-prop-2x2-all-but-2.xhtml Thu Apr 29 14:32:19 2010
@@ -22,7 +22,7 @@
     <tc:script onload="checkAbsence('page:i-0');"/>
     <tc:script onload="checkAbsence('page:i-1');"/>
     <tc:script onload="checkLayout('page:i-2', 0, 0, 400, 605);"/>
-    <tc:script onload="checkLayout('page:i-3', 405, 405, 200, 605);"/>
+    <tc:script onload="checkLayout('page:i-3', 405, 0, 200, 605);"/>
 
   </tc:page>
 </f:view>