Details
Description
I see this failure on phoneME:
org.apache.derbyTesting.functionTests.tests.tools.ToolScripts.URLCheck (from org.apache.derbyTesting.functionTests.suites.All)
junit.framework.ComparisonFailure: Output at line 19 expected:<[ij(CONNECTION1)> -- Find an unknown attribute.]> but was:<[JAVA ERROR: java.lang.NoClassDefFoundError: java.sql.Driver]>
at org.apache.derbyTesting.functionTests.util.CanonTestCase.compareCanon(Unknown Source)
at org.apache.derbyTesting.functionTests.util.ScriptTestCase.runTest(Unknown Source)
at org.apache.derbyTesting.junit.BaseTestCase.runBare(Unknown Source)
at junit.extensions.TestDecorator.basicRun(Unknown Source)
at junit.extensions.TestSetup$1.protect(Unknown Source)
at junit.extensions.TestSetup.run(Unknown Source)
at org.apache.derbyTesting.junit.BaseTestSetup.run(Unknown Source)
at sun.misc.CVM.runMain(Unknown Source)
The original test was excluded on Foundation because it required java.sql.Driver.
Attachments
Attachments
Issue Links
- is broken by
-
DERBY-5303 Convert tools/URLCheck.sql to junit
- Closed