Changeset 10339 in josm for trunk/test/unit/org/openstreetmap/josm/tools/PlatformHookOsxTest.java
- Timestamp:
- 2016-06-08T09:22:56+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/tools/PlatformHookOsxTest.java
r10337 r10339 63 63 @Test 64 64 public void testOpenUrl() throws IOException { 65 if (Main.isPlatform Osx()) {65 if (!Main.isPlatformWindows()) { 66 66 hook.openUrl(Main.getJOSMWebsite()); 67 67 } else {
Note:
See TracChangeset
for help on using the changeset viewer.
