Changeset 8511 in josm for trunk/test/functional/org/openstreetmap/josm/gui/history
- Timestamp:
- 2015-06-21T00:16:09+02:00 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/functional/org/openstreetmap/josm/gui/history/HistoryBrowserTest.java
r8510 r8511 22 22 23 23 @BeforeClass 24 static public void init() {24 public static void init() { 25 25 JOSMFixture.createFunctionalTestFixture().init(); 26 26 } … … 59 59 } 60 60 61 static public 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.