Changeset 8511 in josm for trunk/test/functional/org/openstreetmap/josm/gui/dialogs/changeset
- Timestamp:
- 2015-06-21T00:16:09+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
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.