RE: Unit test help

2013-12-22 Thread Scott Schneider
> -Original Message- > From: Uwe Schindler [mailto:u...@thetaphi.de] > Sent: Saturday, December 21, 2013 1:59 AM > To: java-user@lucene.apache.org > Subject: RE: Unit test help > > Hi, > > keep in mind, that the Lucene Test Framework inserts a SecurityManag

RE: Unit test help

2013-12-21 Thread Uwe Schindler
Hi, keep in mind, that the Lucene Test Framework inserts a SecurityManager into the JVM, so tests cannot write outside their working directory or open ports to the internet and do other crazy stuff. This is to ensure, tests don't overwrite any file in the distribution and that a failing/buggy t