Uploaded image for project: 'Commons Validator'
  1. Commons Validator
  2. VALIDATOR-448

Tests failing on trunk

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • 1.7
    • None
    • None

    Description

      Commons Validator has failing tests on trunk. The failing tests boils down to this:

      jshell> import org.apache.commons.validator.routines.CalendarValidator;
      jshell> var cv = new CalendarValidator();
      jshell> var i = CalendarValidator.getInstance();
      jshell> i.validate("31 Dez 2005", "dd MMM yyyy", Locale.GERMAN);
      $9 ==> null

      Attachments

        Activity

          People

            Unassigned Unassigned
            eadler Eitan Adler
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: