Myrna van Lunteren wrote:
Hi,
I *thought* it was ok to not have derbynet.jar nor derbyclient.jar in
the classpath when running suites.All?
However, I'm now seeing the following failure (with jdk15):
1) empty: no network server supportjunit.framework.AssertionFailedError
at
org.apache.derbyTesting.junit.DropDatabaseSetup.removeDir(DropDatabaseSetup.java:96)
Did I misunderstand? Or should I log a bug?
The recent changes for DERBY-2087 exposed this bug. The
DropDatabaseSetup assumed the database had been created. I guess with
some of the new uses of DropDatabaseSetup the database was not created
when no network sever was available (i.e. sets of tests were skipped but
the decorator was still executed).
Fixed with revision 500142, suites.All passed with only derby.jar &
derbyTesting.jar.
Dan.