Changeset 8510 in josm for trunk/test/unit/org/openstreetmap/josm/JOSMFixture.java
- Timestamp:
- 2015-06-20T23:42:21+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/JOSMFixture.java
r8509 r8510 72 72 } else { 73 73 File f = new File(josmHome); 74 if (! f.exists() || !f.canRead()) {74 if (!f.exists() || !f.canRead()) { 75 75 fail(MessageFormat.format( 76 76 "property ''{0}'' points to ''{1}'' which is either not existing ({2}) or not readable ({3}). Current directory is ''{4}''.",
Note:
See TracChangeset
for help on using the changeset viewer.
