Changeset 7025 in josm for trunk/test/functional/org/openstreetmap/josm/gui/history
- Timestamp:
- 2014-04-29T03:24:57+02:00 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/functional/org/openstreetmap/josm/gui/history/HistoryBrowserTest.java
r6643 r7025 6 6 import java.awt.BorderLayout; 7 7 import java.io.File; 8 import java.io.IOException; 8 9 import java.io.InputStream; 9 10 import java.text.MessageFormat; … … 44 45 is.close(); 45 46 } 46 } catch(Exception e){ 47 } catch(IOException e){ 47 48 logger.log(Level.SEVERE, MessageFormat.format("failed to load property file ''{0}''", "test-functional-env.properties")); 48 49 fail(MessageFormat.format("failed to load property file ''{0}''", "test-functional-env.properties"));
Note:
See TracChangeset
for help on using the changeset viewer.