Changeset 8514 in josm for trunk/test/functional/org/openstreetmap/josm/gui/dialogs/changeset
- Timestamp:
- 2015-06-21T03:19:37+02:00 (10 years ago)
- Location:
- trunk/test/functional/org/openstreetmap/josm/gui/dialogs/changeset
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/functional/org/openstreetmap/josm/gui/dialogs/changeset/ChangesetCacheManagerTest.java
r8511 r8514 16 16 } 17 17 18 public static void main(String args[]) {18 public static void main(String[] args) { 19 19 new ChangesetCacheManagerTest().start(); 20 20 } -
trunk/test/functional/org/openstreetmap/josm/gui/dialogs/changeset/query/ChangesetQueryDialogTest.java
r8511 r8514 17 17 } 18 18 19 public static void main(String args[]) {19 public static void main(String[] args) { 20 20 new ChangesetQueryDialogTest().start(); 21 21 }
Note:
See TracChangeset
for help on using the changeset viewer.