You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by hn...@apache.org on 2018/01/17 08:56:04 UTC

[myfaces-tobago] branch master updated: TOBAGO-1842 Wrong content if using tc:tabGroup with tc:style * add to QUnitTests

This is an automated email from the ASF dual-hosted git repository.

hnoeth pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/myfaces-tobago.git


The following commit(s) were added to refs/heads/master by this push:
     new 1cc5ad0  TOBAGO-1842 Wrong content if using tc:tabGroup with tc:style * add to QUnitTests
1cc5ad0 is described below

commit 1cc5ad0e12fef34439cc9b04afc89d023f259e73
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Wed Jan 17 09:55:57 2018 +0100

    TOBAGO-1842 Wrong content if using tc:tabGroup with tc:style
    * add to QUnitTests
---
 .../java/org/apache/myfaces/tobago/example/demo/QUnitTests.java     | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/tobago-example/tobago-example-demo/src/test/java/org/apache/myfaces/tobago/example/demo/QUnitTests.java b/tobago-example/tobago-example-demo/src/test/java/org/apache/myfaces/tobago/example/demo/QUnitTests.java
index c6e716a..f49ef59 100644
--- a/tobago-example/tobago-example-demo/src/test/java/org/apache/myfaces/tobago/example/demo/QUnitTests.java
+++ b/tobago-example/tobago-example-demo/src/test/java/org/apache/myfaces/tobago/example/demo/QUnitTests.java
@@ -497,6 +497,12 @@ public class QUnitTests {
   }
 
   @Test
+  public void testTabgroupStyle() throws UnsupportedEncodingException, InterruptedException {
+    final String page = "content/40-test/2500-tab/tabgroup-style.xhtml";
+    runStandardTest(page);
+  }
+
+  @Test
   public void testSheetTypes() throws UnsupportedEncodingException, InterruptedException {
     final String page = "content/40-test/3000-sheet/10-sheet-types/sheet-types.xhtml";
     runStandardTest(page);

-- 
To stop receiving notification emails like this one, please contact
['"commits@myfaces.apache.org" <co...@myfaces.apache.org>'].