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/01/06 15:38:46 UTC

svn commit: r1555818 - in /myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main: java/org/apache/myfaces/tobago/example/test/TestPageFilter.java webapp/test/sheet/sheet-types.xhtml

Author: lofwyr
Date: Mon Jan  6 14:38:46 2014
New Revision: 1555818

URL: http://svn.apache.org/r1555818
Log:
reduce test problems

Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/java/org/apache/myfaces/tobago/example/test/TestPageFilter.java
    myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/sheet/sheet-types.xhtml

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/java/org/apache/myfaces/tobago/example/test/TestPageFilter.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/java/org/apache/myfaces/tobago/example/test/TestPageFilter.java?rev=1555818&r1=1555817&r2=1555818&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/java/org/apache/myfaces/tobago/example/test/TestPageFilter.java (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/java/org/apache/myfaces/tobago/example/test/TestPageFilter.java Mon Jan  6 14:38:46 2014
@@ -60,6 +60,7 @@ public class TestPageFilter {
       "/navigation.*", // intern
 
       "/404.*", // meta test
+      "/500.*", // meta test
 
       "/meta-test/meta-1.*", // meta test
       "/meta-test/meta-2.*\\.jspx", // meta test
@@ -71,6 +72,7 @@ public class TestPageFilter {
       "/test/attribute/mode-valueIfSet.jspx", // set id="${id}" not possible with JSP.
       "/test/attribute/popup-modal.jspx", // not possible with JSP.
       "/test/tree/tree-simple-with-data.jspx", // not possible in JSP
+      "/test/forEach/*.jspx", // not possible in JSP
       "/test/button/plain.html", // intern
       "/test/button/plain_de.html", // intern
 
@@ -81,14 +83,14 @@ public class TestPageFilter {
    * Switched off temporary.
    */
   public static final Set<String> TODO = new HashSet<String>(Arrays.asList(
-      "/test/gridLayout/rendered-combinations.jspx", // uses facelets templating
+      "/test/gridLayout/rendered-combinations.jspx", // uses facelets templates
       "/test/gridLayout/scrolling-2-levels.*", // todo: ?
       "/test/gridLayout/scrolling-tab.*", // todo: measurement problem with firefox?
-      "/test/gridLayout/transparent-for-layout.jspx", // uses facelets templating
+      "/test/gridLayout/transparent-for-layout.jspx", // uses facelets templates
       "/test/mediator/tomahawk-inputHtml.*", // todo
       "/test/treeListbox/*", // todo
       "/test/label/label-tx.xhtml", // todo see TOBAGO-993
-      "/type/.*" // todo
+      "/test/type/measure-image-without-constraints.jspx" // todo
   ));
 
   public static boolean isValid(final String name) {

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/sheet/sheet-types.xhtml
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/sheet/sheet-types.xhtml?rev=1555818&r1=1555817&r2=1555818&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/sheet/sheet-types.xhtml (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-test/src/main/webapp/test/sheet/sheet-types.xhtml Mon Jan  6 14:38:46 2014
@@ -79,7 +79,7 @@
 
     <tc:script file="script/tobago-assert.js"/>
 
-    <tc:script onload="TobagoAssert.assertLayout(jQuery('tr:first'), 11, 31, 998, 21);"/>
+    <tc:script onload="TobagoAssert.assertLayout(jQuery('tr:first'), 10, 10, 1000, 20);"/>
 
     <!-- height = 21 + 10 * (20 + 1) + 16 -->
     <tc:script onload="TobagoAssert.assertLayout('page:sheet', 10, 10, 1000, 247);"/>