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 2021/09/14 13:31:09 UTC

[myfaces-tobago] 03/06: TOBAGO-1843 Demo: Enhancements for Tobago 5.x

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 b9c6f1d625197082035cee76489369889a2addb4
Author: lennox_2019 <le...@web.de>
AuthorDate: Tue Sep 14 15:15:13 2021 +0200

    TOBAGO-1843 Demo: Enhancements for Tobago 5.x
    
    Repair of automatic tests.
---
 .../030-select/50-selectManyCheckbox/Multi_Checkbox.test.js           | 2 +-
 .../030-select/50-selectManyCheckbox/Multi_Checkbox.xhtml             | 4 ++--
 .../53-collapsible/10-collapsible-popup/Collapsible_Popup.test.js     | 2 +-
 .../webapp/content/40-test/4810-labelLayoutTop/LabelLayoutTop.test.js | 2 +-
 4 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/030-select/50-selectManyCheckbox/Multi_Checkbox.test.js b/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/030-select/50-selectManyCheckbox/Multi_Checkbox.test.js
index d6bc7ed..451d1f9 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/030-select/50-selectManyCheckbox/Multi_Checkbox.test.js
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/030-select/50-selectManyCheckbox/Multi_Checkbox.test.js
@@ -136,4 +136,4 @@ function ajaxDeselect(done, numberFn, number) {
   test.event("change", numberFn, () => parseInt(outputFn().textContent) === newOutputValue);
   test.do(() => expect(parseInt(outputFn().textContent)).toBe(newOutputValue));
   test.start();
-}
\ No newline at end of file
+}
diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/030-select/50-selectManyCheckbox/Multi_Checkbox.xhtml b/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/030-select/50-selectManyCheckbox/Multi_Checkbox.xhtml
index c05d831..c82491c 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/030-select/50-selectManyCheckbox/Multi_Checkbox.xhtml
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/20-component/030-select/50-selectManyCheckbox/Multi_Checkbox.xhtml
@@ -76,7 +76,7 @@
   <tc:section label="Simple Usage">
     <p>Select an animal. The selection is shown in the output field, after pressing 'Submit'.</p>
     <p><code
-        class="language-markup">&lt;tc:selectManyCheckbox label="Checkbox Group" value="\#{selectManyCheckboxController.animals}"></code>
+            class="language-markup">&lt;tc:selectManyCheckbox label="Checkbox Group" value="\#{selectManyCheckboxController.animals}"></code>
       save the selected value in the controller.
       The available items are added with <code class="language-markup">&lt;tc:selectItem .../></code>.
       The
@@ -121,7 +121,7 @@
       <tc:box>
         First and second giant planets:
         <tc:selectManyCheckbox id="giant0" value="#{selectManyCheckboxController.selectedGiantPlanet}" renderRange="0,1"
-                               labelLayout="skip">
+                           labelLayout="skip">
           <f:selectItems value="#{astroData.giantPlanets}"/>
         </tc:selectManyCheckbox>
       </tc:box>
diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/10-collapsible-popup/Collapsible_Popup.test.js b/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/10-collapsible-popup/Collapsible_Popup.test.js
index dcf6195..aee4965 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/10-collapsible-popup/Collapsible_Popup.test.js
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/30-concept/53-collapsible/10-collapsible-popup/Collapsible_Popup.test.js
@@ -195,4 +195,4 @@ QUnit.test("Client Side", function (assert) {
   });
   TTT.startTest();
 });
-*/
\ No newline at end of file
+*/
diff --git a/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/4810-labelLayoutTop/LabelLayoutTop.test.js b/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/4810-labelLayoutTop/LabelLayoutTop.test.js
index 27d8099..f51a5e0 100644
--- a/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/4810-labelLayoutTop/LabelLayoutTop.test.js
+++ b/tobago-example/tobago-example-demo/src/main/webapp/content/40-test/4810-labelLayoutTop/LabelLayoutTop.test.js
@@ -98,4 +98,4 @@ function testWidth(assert, idPart) {
   assert.equal(getComputedStyle(compLabelFn()).width, "155px");
   assert.equal(getComputedStyle(compTopFn().querySelector("label")).width, getComputedStyle(compTopFn()).width);
 }
-*/
\ No newline at end of file
+*/