Changeset 8954 in josm for trunk/test/unit/org
- Timestamp:
- 2015-10-27T14:51:04+01:00 (9 years ago)
- Location:
- trunk/test/unit/org/openstreetmap/josm/gui/preferences/map
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/gui/preferences/map/MapPaintPreferenceTest.java
r8940 r8954 42 42 Map<String, Collection<Throwable>> allErrors = new HashMap<>(); 43 43 for (ExtendedSourceEntry source : sources) { 44 System.out.print (source.url);44 System.out.println(source.url); 45 45 Collection<Throwable> errors = MapPaintStyles.addStyle(source); 46 46 System.out.println(errors.isEmpty() ? " => OK" : " => KO"); -
trunk/test/unit/org/openstreetmap/josm/gui/preferences/map/TaggingPresetPreferenceTest.java
r8937 r8954 45 45 Set<String> allMessages = new HashSet<>(); 46 46 for (ExtendedSourceEntry source : sources) { 47 System.out.print (source.url);47 System.out.println(source.url); 48 48 try { 49 49 Collection<TaggingPreset> presets = TaggingPresetReader.readAll(source.url, true);
Note:
See TracChangeset
for help on using the changeset viewer.