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 2019/03/12 10:20:42 UTC

[myfaces-tobago] branch tobago-4.x updated: fix test

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

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


The following commit(s) were added to refs/heads/tobago-4.x by this push:
     new fb6647c  fix test
fb6647c is described below

commit fb6647cce8f13a176ea9330162dfd558ecb22643
Author: Henning Noeth <hn...@apache.org>
AuthorDate: Tue Mar 12 11:20:25 2019 +0100

    fix test
---
 .../tobago-example-demo/src/main/webapp/content/10-intro/intro.test.js  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/intro.test.js b/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/intro.test.js
index d2e6110..5bb9b8a 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/intro.test.js
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/10-intro/intro.test.js
@@ -20,5 +20,5 @@ QUnit.test("First section title is 'Intro'", function (assert) {
 
   var titleOfFirstSectionHeader = jQueryFrame(".tobago-section-header:first span").text();
 
-  assert.equal(titleOfFirstSectionHeader, "Intro");
+  assert.equal(titleOfFirstSectionHeader, "Introduction");
 });