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 2017/09/27 14:04:42 UTC

[myfaces-tobago] 01/02: fix UnitTest

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

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

commit fa50ae46f29fde3db46a5019cfd59bd624f1c0a5
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Wed Sep 27 15:45:40 2017 +0200

    fix UnitTest
---
 .../java/org/apache/myfaces/tobago/example/demo/NavigationUnitTest.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tobago-example/tobago-example-demo/src/test/java/org/apache/myfaces/tobago/example/demo/NavigationUnitTest.java b/tobago-example/tobago-example-demo/src/test/java/org/apache/myfaces/tobago/example/demo/NavigationUnitTest.java
index c5db41c..0206b7d 100644
--- a/tobago-example/tobago-example-demo/src/test/java/org/apache/myfaces/tobago/example/demo/NavigationUnitTest.java
+++ b/tobago-example/tobago-example-demo/src/test/java/org/apache/myfaces/tobago/example/demo/NavigationUnitTest.java
@@ -31,6 +31,7 @@ import java.util.List;
 public class NavigationUnitTest extends AbstractTobagoTestBase {
 
   private static final List<String> LIST = new ArrayList<>(Arrays.asList(
+      "/content/root-dummy.xhtml",
       "/content/00/test-1.xhtml",
       "/content/00/07/test-2.xhtml",
       "/content/01/test.xhtml",

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