Changeset 8514 in josm for trunk/test/functional/org/openstreetmap/josm/gui
- Timestamp:
- 2015-06-21T03:19:37+02:00 (9 years ago)
- Location:
- trunk/test/functional/org/openstreetmap/josm/gui
- Files:
-
- 8 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/functional/org/openstreetmap/josm/gui/conflict/pair/nodes/NodeListMergerTest.java
r8511 r8514 70 70 } 71 71 72 public static void main(String args[]) {72 public static void main(String[] args) { 73 73 NodeListMergerTest test = new NodeListMergerTest(); 74 74 test.setSize(600, 600); -
trunk/test/functional/org/openstreetmap/josm/gui/conflict/pair/properties/PropertiesMergerTest.java
r8511 r8514 45 45 } 46 46 47 public static void main(String args[]) {47 public static void main(String[] args) { 48 48 PropertiesMergerTest app = new PropertiesMergerTest(); 49 49 app.setSize(600, 400); -
trunk/test/functional/org/openstreetmap/josm/gui/conflict/pair/relation/RelationMemberMergerTest.java
r8511 r8514 49 49 } 50 50 51 public static void main(String args[]) {51 public static void main(String[] args) { 52 52 RelationMemberMergerTest test = new RelationMemberMergerTest(); 53 53 test.setSize(600, 600); -
trunk/test/functional/org/openstreetmap/josm/gui/conflict/pair/tags/TagMergerTest.java
r8510 r8514 34 34 } 35 35 36 public static void main(String args[]) {36 public static void main(String[] args) { 37 37 TagMergerTest test = new TagMergerTest(); 38 38 test.setSize(600, 600); -
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 } -
trunk/test/functional/org/openstreetmap/josm/gui/history/HistoryBrowserTest.java
r8511 r8514 59 59 } 60 60 61 public static void main(String args[]) {61 public static void main(String[] args) { 62 62 HistoryBrowserTest.init(); 63 63 new HistoryBrowserTest().setVisible(true);
Note:
See TracChangeset
for help on using the changeset viewer.