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 2013/06/03 17:48:15 UTC

svn commit: r1489039 - /myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-test/src/main/webapp/tc/gridLayout/current-vs-preferred-in-auto.xhtml

Author: lofwyr
Date: Mon Jun  3 15:48:15 2013
New Revision: 1489039

URL: http://svn.apache.org/r1489039
Log:
* implementing an tolerance value epsilon, for layout checks 
* using widget for layout checks

Modified:
    myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-test/src/main/webapp/tc/gridLayout/current-vs-preferred-in-auto.xhtml

Modified: myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-test/src/main/webapp/tc/gridLayout/current-vs-preferred-in-auto.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-test/src/main/webapp/tc/gridLayout/current-vs-preferred-in-auto.xhtml?rev=1489039&r1=1489038&r2=1489039&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-test/src/main/webapp/tc/gridLayout/current-vs-preferred-in-auto.xhtml (original)
+++ myfaces/tobago/branches/tobago-1.5.x/tobago-example/tobago-example-test/src/main/webapp/tc/gridLayout/current-vs-preferred-in-auto.xhtml Mon Jun  3 15:48:15 2013
@@ -33,6 +33,7 @@
       <tc:dataAttribute name="assert-top" value="0"/>
       <tc:dataAttribute name="assert-width" value="128"/>
       <tc:dataAttribute name="assert-height" value="20"/>
+      <tc:dataAttribute name="assert-epsilon" value="20"/>
     </tc:button>
 
     <tc:script file="script/tobago-assert.js"/>