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 2016/10/19 14:14:51 UTC

svn commit: r1765604 - in /myfaces/tobago/trunk/tobago-example/tobago-example-demo/src: main/webapp/content/40-test/3000-sheet/ main/webapp/content/40-test/8000-sheet/ test/java/org/apache/myfaces/tobago/example/demo/QUnitTests.java

Author: lofwyr
Date: Wed Oct 19 14:14:51 2016
New Revision: 1765604

URL: http://svn.apache.org/viewvc?rev=1765604&view=rev
Log:
renamed test dir

Added:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/3000-sheet/
      - copied from r1765603, myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/8000-sheet/
Removed:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/8000-sheet/
Modified:
    myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/test/java/org/apache/myfaces/tobago/example/demo/QUnitTests.java

Modified: myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/test/java/org/apache/myfaces/tobago/example/demo/QUnitTests.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/test/java/org/apache/myfaces/tobago/example/demo/QUnitTests.java?rev=1765604&r1=1765603&r2=1765604&view=diff
==============================================================================
--- myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/test/java/org/apache/myfaces/tobago/example/demo/QUnitTests.java (original)
+++ myfaces/tobago/trunk/tobago-example/tobago-example-demo/src/test/java/org/apache/myfaces/tobago/example/demo/QUnitTests.java Wed Oct 19 14:14:51 2016
@@ -237,7 +237,7 @@ public class QUnitTests {
     //PhantomJs don't work with 'resource' attribute.
     ignore.add("content/40-test/4000-button+link/button+link.xhtml");
     //PhantomJs miscalculate the height of the dropdown box
-    ignore.add("content/40-test/8000-sheet/10-sheet-types/sheet-types.xhtml");
+    ignore.add("content/40-test/3000-sheet/10-sheet-types/sheet-types.xhtml");
     return ignore;
   }
 
@@ -387,7 +387,7 @@ public class QUnitTests {
 
   @Test
   public void testSheetTypes() throws UnsupportedEncodingException, InterruptedException {
-    String page = "content/40-test/8000-sheet/10-sheet-types/sheet-types.xhtml";
+    String page = "content/40-test/3000-sheet/10-sheet-types/sheet-types.xhtml";
     runStandardTest(page);
   }