ComparisonFailure in JUnit tests(lang.LangScripts) caused by 'WHERE' when
'where' expected.
-------------------------------------------------------------------------------------------
Key: DERBY-3480
URL: https://issues.apache.org/jira/browse/DERBY-3480
Project: Derby
Issue Type: Bug
Components: Regression Test Failure
Affects Versions: 10.4.0.0
Environment: OS: All
JVM: All
Reporter: Ole Solberg
See e.g.
http://dbtg.thresher.com/derby/test/tinderbox_trunk16/jvm1.6/testing/testlog/SunOS-5.10_i86pc-i386/632089-org.apache.derbyTesting.functionTests.suites.All_diff.txt
:
1)
LOB(org.apache.derbyTesting.functionTests.tests.lang.LangScripts)junit.framework.ComparisonFailure:
Output at line 91 expected:<...ult collation (e.g. [select tablename from
sys.systables where CAST(tablename as] VARCHAR(128)) = 'T1...> but was:<...ult
collation (e.g. [SELECT tablename FROM sys.systables WHERE CAST(tablename AS]
VARCHAR(128)) = 'T1...>
at
org.apache.derbyTesting.functionTests.util.CanonTestCase.compareCanon(CanonTestCase.java:100)
at
org.apache.derbyTesting.functionTests.util.ScriptTestCase.runTest(ScriptTestCase.java:124)
at
org.apache.derbyTesting.junit.BaseTestCase.runBare(BaseTestCase.java:101)
at junit.extensions.TestDecorator.basicRun(TestDecorator.java:24)
at junit.extensions.TestSetup$1.protect(TestSetup.java:21)
at junit.extensions.TestSetup.run(TestSetup.java:25)
at
org.apache.derbyTesting.junit.BaseTestSetup.run(BaseTestSetup.java:57)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.