Ignore:
Timestamp:
2018-08-07T00:24:36+02:00 (6 years ago)
Author:
Don-vip
Message:

see #8765, fix #11086 - Support notes in osmChange (.osc) files created by OsmAnd

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/data/osm/NoteDataTest.java

    r9666 r14101  
    2020    @Test
    2121    public void testNoteData() {
    22         NoteData empty = new NoteData(null);
     22        NoteData empty = new NoteData();
    2323        assertEquals(0, empty.getNotes().size());
    2424        NoteData notEmpty = new NoteData(Arrays.asList(new Note(LatLon.ZERO)));
Note: See TracChangeset for help on using the changeset viewer.