Hi
I was able to run the tests without any issues after adding
jakarta-oro-2.0.8.jar to the classpath.
274 Tests Run
100% Pass (274 tests passed)
0% Fail (0 tests failed)
9 Suites skipped
Thanks for the assistance.
Ramin
On 5/11/07, John Embretsen <[EMAIL PROTECTED]> wrote:
Kristian Waagan wrote:
> What happened to the embedded tests and derbynetclientmats?
I believe Kathey was dead-on in the first response: Missing
jakarta-oro-2.0.8.jar in the classpath.
I tried running a legacy suite (derbytools, short duration) with the same
classpath as Ramin and got "0 Tests Run" in the report file. The .sum file, on
the other hand, was full of these messages:
Exception in thread "main" java.lang.NoClassDefFoundError:
org/apache/oro/text/regex/MalformedPatternException
at
org.apache.derbyTesting.functionTests.harness.RunTest.main(RunTest.java:399)
Adding jakarta-oro-2.0.8.jar to the classpath resolved the issue (12 tests run)
and 100% of the tests succeeded.
--
John