* [EMAIL PROTECTED]:
> Author: ivaynberg
> Date: Sat Apr 14 12:03:19 2007
> New Revision: 528854
>
> URL: http://svn.apache.org/viewvc?view=rev&rev=528854
> Log:
> backported better creation of tmp dir for filepagestore when unit tests are
> run
Hi Igor,
I think we should drop this in fact, because this createTempDir()
is not good enough:
* Martijn changed the location of temp files to target/work
whereas createTempDir creates files in ${java.io.tmpdir}
* There is a bug in createTempDir() that causes weird filenames
See WICKET-339
My only question is: do we need a unique name for the temporary
directory? Currently every WicketTestCase removes the temporary
dir, so there shouldn't be any side effect of having the same
foler name for all tests.
--
Jean-Baptiste Quenot
aka John Banana Qwerty
http://caraldi.com/jbq/