Changeset 10301 in josm for trunk


Ignore:
Timestamp:
2016-05-30T02:06:54+02:00 (8 years ago)
Author:
Don-vip
Message:

test optimization, update to checkstyle 6.19

Location:
trunk
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/build.xml

    r10276 r10301  
    656656    <target name="checkstyle" depends="init-properties">
    657657        <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties"
    658              classpath="tools/checkstyle/checkstyle-6.18-all.jar"/>
     658             classpath="tools/checkstyle/checkstyle-6.19-all.jar"/>
    659659        <checkstyle config="tools/checkstyle/josm_checks.xml">
    660660            <fileset dir="${base.dir}/src/org/openstreetmap/josm" includes="**/*.java"
  • trunk/test/unit/org/openstreetmap/josm/data/AutosaveTaskTest.java

    r10299 r10301  
    3737    @BeforeClass
    3838    public static void setUpBeforeClass() throws IOException {
    39         JOSMFixture.createUnitTestFixture().init(true);
     39        JOSMFixture.createUnitTestFixture().init();
    4040        task = new AutosaveTask();
    4141        Files.createDirectories(task.getAutosaveDir());
Note: See TracChangeset for help on using the changeset viewer.