Changeset 17590 in josm for trunk/test/unit


Ignore:
Timestamp:
2021-03-19T19:52:13+01:00 (3 years ago)
Author:
simon04
Message:

fix #20626 - Update to OpeningHoursParser 0.23.0

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/data/validation/tests/OpeningHourTestTest.java

    r17275 r17590  
    145145                checkOpeningHourSyntax(key, "badtext").get(0).getDescription().trim());
    146146        assertThat(checkOpeningHourSyntax(key, "5.00 p.m-11.00 p.m"), hasSize(1));
    147         assertEquals(String.format("Encountered:  <UNEXPECTED_CHAR> \"p \" at line 1, column 2%nWas expecting: <EOF>"),
     147        assertEquals(String.format("Encountered:  <UNEXPECTED_CHAR> \"p \" at line 1, column 3%nWas expecting: <EOF>"),
    148148                checkOpeningHourSyntax(key, "5.00 p.m-11.00 p.m").get(0).getDescription());
    149149    }
Note: See TracChangeset for help on using the changeset viewer.