Changeset 17169 in josm for trunk/test


Ignore:
Timestamp:
2020-10-11T23:10:14+02:00 (4 years ago)
Author:
simon04
Message:

see #19370 - Fix OsmReaderTest on Windows (byte counting due to line separator)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/io/OsmReaderTest.java

    r17158 r17169  
    369369            assertThat(e.getMessage(), anyOf(
    370370                    is(prefix + " (at line 4, column 151). 336 bytes have been read"),
    371                     is(prefix + " (at line 5, column 179). 338 bytes have been read") // GitHub Actions
     371                    is(prefix + " (at line 4, column 151). 338 bytes have been read") // GitHub Actions
    372372            ));
    373373        }
Note: See TracChangeset for help on using the changeset viewer.