Uploaded image for project: 'ONgDB'
  1. ONgDB
  2. ONGDB-153

Remove filter for tests with encoding problems

    XMLWordPrintable

Details

    Description

      Some TCKTests run into utf-8 encoding problems on some machines which is fixed in more recent TCK versions such as M12.

       This can be removed after upgrade to 1.0.0-M12:

      // those tests run into some utf-8 encoding problems on some of our machines at the moment - fix for that is on the way on TCK side
      // TODO: Remove this filter when new version of TCK (1.0.0-M10) is released
      def testsWithEncodingProblems(scenario: Scenario): Boolean = {
        (scenario.name.equals("Fail for invalid Unicode hyphen in subtraction") && scenario.featureName.equals("SemanticErrorAcceptance"))  ||
          (scenario.name.equals("Accept valid Unicode literal") && scenario.featureName.equals("ReturnAcceptance2"))
      }
      

      Attachments

        Activity

          People

            bradnussbaum Brad Nussbaum
            bradnussbaum Brad Nussbaum
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: