Changeset 7081 in josm for trunk/test/unit/org/openstreetmap/josm/gui/JosmUserIdentityManagerTest.groovy
- Timestamp:
- 2014-05-09T04:49:54+02:00 (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/test/unit/org/openstreetmap/josm/gui/JosmUserIdentityManagerTest.groovy
r7068 r7081 14 14 final shouldFail = new GroovyTestCase().&shouldFail 15 15 16 private static JOSMFixture josmFixture17 18 16 @BeforeClass 19 17 public static void initTestCase() { 20 josmFixture = JOSMFixture.createFunctionalTestFixture()18 JOSMFixture.createUnitTestFixture().init() 21 19 } 22 20
Note: See TracChangeset
for help on using the changeset viewer.