Changeset 10301 in josm
- Timestamp:
- 2016-05-30T02:06:54+02:00 (8 years ago)
- Location:
- trunk
- Files:
-
- 1 added
- 1 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/build.xml
r10276 r10301 656 656 <target name="checkstyle" depends="init-properties"> 657 657 <taskdef resource="com/puppycrawl/tools/checkstyle/ant/checkstyle-ant-task.properties" 658 classpath="tools/checkstyle/checkstyle-6.1 8-all.jar"/>658 classpath="tools/checkstyle/checkstyle-6.19-all.jar"/> 659 659 <checkstyle config="tools/checkstyle/josm_checks.xml"> 660 660 <fileset dir="${base.dir}/src/org/openstreetmap/josm" includes="**/*.java" -
trunk/test/unit/org/openstreetmap/josm/data/AutosaveTaskTest.java
r10299 r10301 37 37 @BeforeClass 38 38 public static void setUpBeforeClass() throws IOException { 39 JOSMFixture.createUnitTestFixture().init( true);39 JOSMFixture.createUnitTestFixture().init(); 40 40 task = new AutosaveTask(); 41 41 Files.createDirectories(task.getAutosaveDir());
Note:
See TracChangeset
for help on using the changeset viewer.