Changeset 8511 in josm for trunk/test/functional/org/openstreetmap/josm/gui/dialogs
- Timestamp:
- 2015-06-21T00:16:09+02:00 (10 years ago)
- Location:
- trunk/test/functional/org/openstreetmap/josm/gui/dialogs
- Files:
-
- 3 edited
-
ConflictResolutionDialogTest.java (modified) (1 diff)
-
changeset/ChangesetCacheManagerTest.java (modified) (2 diffs)
-
changeset/query/ChangesetQueryDialogTest.java (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/functional/org/openstreetmap/josm/gui/dialogs/ConflictResolutionDialogTest.java
r8510 r8511 44 44 } 45 45 46 static public 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
r7937 r8511 2 2 package org.openstreetmap.josm.gui.dialogs.changeset; 3 3 4 import javax.swing.JFrame; 5 4 6 import org.junit.Ignore; 5 6 import javax.swing.JFrame;7 7 8 8 @Ignore … … 16 16 } 17 17 18 static public 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
r7937 r8511 2 2 package org.openstreetmap.josm.gui.dialogs.changeset.query; 3 3 4 import javax.swing.JFrame; 5 4 6 import org.junit.Ignore; 5 6 import javax.swing.JFrame;7 7 8 8 @Ignore … … 17 17 } 18 18 19 static public 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.
