Dag H. Wanvik wrote:

>if I
>want to test several possibilities, it would seem I need to start
>another VM or use explicit class loaders. I could use brute force and
>make a test per combination of properties settings I want to test, but
>that seems ugly.. Any ideas? 
>
>  
>
If you shutdown derby with
DriverManager.getConnection("jdbc:derby:;shutdown=true");
then set the next property and start it back up again, will that work?

Also you will need to add your test to these two files to exclude it
from network server testing as it is not relevant there.sut
suites/DerbyNet.exclude
suites/DerbyNetClient.exclude

Kathey





Reply via email to