From 5195355ebcbbdfe887b46fba7f24618eb3ce0cf9 Mon Sep 17 00:00:00 2001 From: dsyer Date: Sat, 10 Jan 2009 17:04:36 +0000 Subject: [PATCH] Move tmp file to target directory --- .../org/springframework/batch/item/util/FileUtilsTests.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-batch-infrastructure/src/test/java/org/springframework/batch/item/util/FileUtilsTests.java b/spring-batch-infrastructure/src/test/java/org/springframework/batch/item/util/FileUtilsTests.java index 547e748cb..b22c30d78 100644 --- a/spring-batch-infrastructure/src/test/java/org/springframework/batch/item/util/FileUtilsTests.java +++ b/spring-batch-infrastructure/src/test/java/org/springframework/batch/item/util/FileUtilsTests.java @@ -20,7 +20,7 @@ import org.springframework.util.Assert; */ public class FileUtilsTests { - private File file = new File("FileUtilsTests.tmp"); + private File file = new File("target/FileUtilsTests.tmp"); /** * No restart + file should not be overwritten => file is created if it does