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 2019/05/08 10:46:48 UTC

[myfaces-tobago] branch master updated: demo: text of test page

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


The following commit(s) were added to refs/heads/master by this push:
     new 589e328  demo: text of test page
589e328 is described below

commit 589e32815e75d68418b425bdd73a7ebeef88a8c5
Author: Udo Schnurpfeil <lo...@apache.org>
AuthorDate: Wed May 8 12:45:59 2019 +0200

    demo: text of test page
---
 .../src/main/webapp/content/40-test/Test.xhtml            | 15 ++++++++++++---
 1 file changed, 12 insertions(+), 3 deletions(-)

diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/Test.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/Test.xhtml
index 2c357bd..dc9eeb6 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/Test.xhtml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/Test.xhtml
@@ -18,10 +18,19 @@
 -->
 
 <ui:composition template="/main.xhtml"
-                xmlns:ui="http://java.sun.com/jsf/facelets">
+                xmlns:ui="http://java.sun.com/jsf/facelets"
+                xmlns:tc="http://myfaces.apache.org/tobago/component">
 
-  <ui:param name="title" value="TODO"/>
+  <ui:param name="title" value="Test"/>
 
-TODO
+  <p>
+    This is a collection of manual and automated tests.
+  </p>
+
+  <p>
+    To run the tests automatically, see in
+    <tc:link label="FAQ" outcome="/content/10-intro/70-faq/FAQ.xhtml"
+             fragment="page:mainForm:integrationTest"/>.
+  </p>
 
 </ui:composition>