Changeset 6881 in josm for trunk/test/functional/org/openstreetmap/josm/gui/dialogs
- Timestamp:
- 2014-02-24T17:49:12+01:00 (12 years ago)
- Location:
- trunk/test/functional/org/openstreetmap/josm/gui/dialogs
- Files:
-
- 3 edited
-
ConflictResolutionDialogTest.java (modified) (2 diffs)
-
changeset/ChangesetCacheManagerTest.java (modified) (1 diff)
-
changeset/query/ChangesetQueryDialogTest.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/functional/org/openstreetmap/josm/gui/dialogs/ConflictResolutionDialogTest.java
r3034 r6881 17 17 dialog = new ConflictResolutionDialog(this); 18 18 dialog.setSize(600,600); 19 } 19 20 20 21 }22 21 protected void populate() { 23 22 Way w1 = new Way(1); … … 36 35 } 37 36 37 /** 38 * Constructs a new {@code ConflictResolutionDialogTest}. 39 */ 38 40 public ConflictResolutionDialogTest() { 39 41 build(); -
trunk/test/functional/org/openstreetmap/josm/gui/dialogs/changeset/ChangesetCacheManagerTest.java
r2690 r6881 7 7 8 8 private ChangesetCacheManager manager; 9 10 public ChangesetCacheManagerTest() {11 }12 9 13 10 public void start() { -
trunk/test/functional/org/openstreetmap/josm/gui/dialogs/changeset/query/ChangesetQueryDialogTest.java
r2986 r6881 8 8 private ChangesetQueryDialog dialog; 9 9 10 public ChangesetQueryDialogTest() {11 }12 13 10 public void start() { 14 11 dialog = new ChangesetQueryDialog(this); … … 17 14 } 18 15 19 20 16 static public void main(String args[]) { 21 17 new ChangesetQueryDialogTest().start();
Note:
See TracChangeset
for help on using the changeset viewer.
