Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
Scripting HTL Testing 1.0.28-1.4.0
-
None
Description
With Java 11 on Mac OS
mvn --version Apache Maven 3.6.3 (cecedd343002696d0abb50b32b541b8a6ba2883f) Maven home: /usr/local/Cellar/maven/3.6.3/libexec Java version: 11.0.9.1, vendor: AdoptOpenJDK, runtime: /Library/Java/JavaVirtualMachines/adoptopenjdk-11.jdk/Contents/Home Default locale: en_DE, platform encoding: UTF-8 OS name: "mac os x", version: "10.16", arch: "x86_64", family: "mac"
I get the following errors when running mvn verify on https://github.com/apache/sling-org-apache-sling-scripting-sightly-testing
Running io.sightly.tck.TestsRunner Tests run: 518, Failures: 2, Errors: 0, Skipped: 0, Time elapsed: 1.977 sec <<< FAILURE! - in io.sightly.tck.TestsRunner Expression Filters: @format - #format-date-12(io.sightly.tck.tests.TestBuilder$1) Time elapsed: 0.004 sec <<< FAILURE! junit.framework.AssertionFailedError: Expected value 'Sonntag, 1 Dez 1918' for selector '#format-date-12'. Instead we got 'Sonntag, 1 Dez. 1918'. Please check the expected markup from /testfiles/output/exprlang/filters.html. at io.sightly.tck.tests.TestBuilder$1.runTest(TestBuilder.java:146) ... Expression Filters: @format - #format-number-11(io.sightly.tck.tests.TestBuilder$1) Time elapsed: 0.001 sec <<< FAILURE! junit.framework.AssertionFailedError: Expected value 'CHF 1'000.14' for selector '#format-number-11'. Instead we got 'CHF 1’000.14'. Please check the expected markup from /testfiles/output/exprlang/filters.html. at io.sightly.tck.tests.TestBuilder$1.runTest(TestBuilder.java:146) Failed tests: TestBuilder$1.runTest:146 Expected value 'Sonntag, 1 Dez 1918' for selector '#format-date-12'. Instead we got 'Sonntag, 1 Dez. 1918'. Please check the expected markup from /testfiles/output/exprlang/filters.html. TestBuilder$1.runTest:146 Expected value 'CHF 1'000.14' for selector '#format-number-11'. Instead we got 'CHF 1’000.14'. Please check the expected markup from /testfiles/output/exprlang/filters.html.
Attachments
Issue Links
- relates to
-
SLING-9839 Jenkins: Sonarcloud analysis with Java 11
- Resolved