2010/5/20  <ma...@apache.org>:
> 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: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to