Ignore:
Timestamp:
2017-05-13T16:07:14+02:00 (7 years ago)
Author:
Don-vip
Message:

improve unit tests of OsmReader

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/org/openstreetmap/josm/io/OsmReader.java

    r12136 r12138  
    207207        } else {
    208208            throwException(tr("Missing mandatory attributes on element ''bounds''. " +
    209                     "Got minlon=''{0}'',minlat=''{1}'',maxlon=''{3}'',maxlat=''{4}'', origin=''{5}''.",
     209                    "Got minlon=''{0}'',minlat=''{1}'',maxlon=''{2}'',maxlat=''{3}'', origin=''{4}''.",
    210210                    minlon, minlat, maxlon, maxlat, origin
    211211            ));
Note: See TracChangeset for help on using the changeset viewer.