Changeset 8514 in josm for trunk/test/functional/org/openstreetmap/josm/gui/dialogs
- Timestamp:
- 2015-06-21T03:19:37+02:00 (8 years ago)
- Location:
- trunk/test/functional/org/openstreetmap/josm/gui/dialogs
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/functional/org/openstreetmap/josm/gui/dialogs/ConflictResolutionDialogTest.java
r8511 r8514 44 44 } 45 45 46 public static void main(String args[]) {46 public static void main(String[] args) { 47 47 ConflictResolutionDialogTest test = new ConflictResolutionDialogTest(); 48 48 test.setVisible(true); -
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.