}
assertTrue("mkdir " + tempDir, tempDir.mkdir());
System.setProperty("jboss.server.temp.dir", tempDir.getCanonicalPath());
VFSCache cache = new LRUVFSCache(2, 5);
cache.start();
VFSCacheFactory.setInstance(cache);
}
catch (Exception e)
{
tearDown();