Uploaded image for project: 'Sling'
  1. Sling
  2. SLING-9984

HTL Testing: Errors in date and currency formatting tests with Java 11

    XMLWordPrintableJSON

Details

    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

          Activity

            People

              kwin Konrad Windszus
              kwin Konrad Windszus
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved: