RE: svn commit: r723778 - in /cxf/trunk/common/common/src: main/java/org/apache/cxf/helpers/FileUtils.java test/java/org/apache/cxf/helpers/FileUtilsTest.java

2008-12-05 Thread Sean O'Callaghan
Good point Dan, will do so. thanks, Seán. > -Original Message- > From: Daniel Kulp [mailto:[EMAIL PROTECTED] > Sent: 05 December 2008 16:55 > To: dev@cxf.apache.org > Cc: Sean O'Callaghan > Subject: Re: svn commit: r723778 - in /cxf/trunk/common/common/src: >

Re: svn commit: r723778 - in /cxf/trunk/common/common/src: main/java/org/apache/cxf/helpers/FileUtils.java test/java/org/apache/cxf/helpers/FileUtilsTest.java

2008-12-05 Thread Daniel Kulp
Sean, On Friday 05 December 2008 11:02:52 am [EMAIL PROTECTED] wrote: > +public class FileUtilsTest extends Assert { > + > + > +@Test > +public void testTempIODirExists() throws Exception { > + > +try { > +System.setProperty("java.io.tmpdir", "dummy"); > +