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 2014/07/16 14:59:34 UTC

svn commit: r1610989 - /myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/date/date-layout.xhtml

Author: lofwyr
Date: Wed Jul 16 12:59:33 2014
New Revision: 1610989

URL: http://svn.apache.org/r1610989
Log:
fix layout test (date picker has changed)

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/date/date-layout.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/date/date-layout.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/date/date-layout.xhtml?rev=1610989&r1=1610988&r2=1610989&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/date/date-layout.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/date/date-layout.xhtml Wed Jul 16 12:59:33 2014
@@ -31,21 +31,14 @@
     <tc:label value="tc"/>
     <tc:label value="tx"/>
 
-    <tc:panel>
-      <f:facet name="layout">
-        <tc:gridLayout columns="*;auto"/>
-      </f:facet>
-
-      <tc:date id="s1"/>
-      <tc:datePicker for="s1"/>
-    </tc:panel>
+    <tc:date id="s1"/>
 
     <tx:date label="normal" fieldId="s2"/>
 
     <tc:script file="script/tobago-assert.js"/>
 
-    <tc:script onload="TobagoAssert.assertLayout('page:s1', 0, 25, 179, 20);"/>
-    <tc:script onload="TobagoAssert.assertLayout('page:s2', 330, 25, 179, 20);"/>
+    <tc:script onload="TobagoAssert.assertLayout('page:s1', 0, 25, 158, 20);"/>
+    <tc:script onload="TobagoAssert.assertLayout('page:s2', 309, 25, 158, 20);"/>
 
   </tc:page>
 </f:view>