Ignore:
Timestamp:
2014-05-09T04:49:54+02:00 (9 years ago)
Author:
Don-vip
Message:

fixes for unit tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/test/unit/org/openstreetmap/josm/gui/JosmUserIdentityManagerTest.groovy

    r7068 r7081  
    1414        final shouldFail = new GroovyTestCase().&shouldFail
    1515
    16         private static JOSMFixture josmFixture
    17 
    1816        @BeforeClass
    1917        public static void initTestCase() {
    20             josmFixture = JOSMFixture.createFunctionalTestFixture()
     18            JOSMFixture.createUnitTestFixture().init()
    2119        }
    2220
Note: See TracChangeset for help on using the changeset viewer.