Bryan Pendleton <[EMAIL PROTECTED]> writes:
> My most recent run of derbyall ran 662 tests.
>
> I can't remember for sure, but I thought that my runs
> late last week were running 669 or 670 tests.
>
> Did a number of tests recently get removed from derbyall?
Most of the JUnit tests have been removed from derbyall. See
DERBY-1952. To run the JUnit tests, you now need to invoke a JUnit
test runner directly, for instance:
java junit.textui.TestRunner \
org.apache.derbyTesting.functionTests.suites.All
--
Knut Anders