2010/5/20 <[email protected]>:
> Author: markt
> Date: Thu May 20 09:48:43 2010
> New Revision: 946583
>
> // Must have a real docBase - just use temp
> - Context ctx =
> - tomcat.addContext("/", System.getProperty("java.io.tmpdir"));
> + File docBase = new File(System.getProperty("java.io.tmpdir"));
> +
Just a note: in r946241 I added TomcatBaseTest#getTemporaryDirectory(),
that exposes TomcatBaseTest.tempDir
Thus now we are able to get rid of those
System.getProperty("java.io.tmpdir") in the tests.
Best regards,
Konstantin Kolinko
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]