From 63bfaa1a0a757fe5b416fd1a80112b42a6fecdd0 Mon Sep 17 00:00:00 2001 From: dsyer Date: Wed, 15 Aug 2007 22:33:55 +0000 Subject: [PATCH] Debug tempfile locations... --- .../batch/execution/facade/BatchResourceFactoryBeanTests.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/execution/src/test/java/org/springframework/batch/execution/facade/BatchResourceFactoryBeanTests.java b/execution/src/test/java/org/springframework/batch/execution/facade/BatchResourceFactoryBeanTests.java index 06f591c6d..fc50f4f9b 100644 --- a/execution/src/test/java/org/springframework/batch/execution/facade/BatchResourceFactoryBeanTests.java +++ b/execution/src/test/java/org/springframework/batch/execution/facade/BatchResourceFactoryBeanTests.java @@ -54,6 +54,8 @@ public class BatchResourceFactoryBeanTests extends TestCase { */ protected void setUp() throws Exception { + System.err.println("***for Ben, System.getProperty(\"java.io.tmpdir\"): "+rootDir); + System.err.println("***for Ben, File.createTempFile(\"foo\", \".bar\"): "+File.createTempFile("foo", ".bar")); assertNotNull(rootDir); Calendar calendar = Calendar.getInstance(); calendar.set(Calendar.YEAR, 2007);