procedureInTrigger has diff under jdk1.6
----------------------------------------
Key: DERBY-1550
URL: http://issues.apache.org/jira/browse/DERBY-1550
Project: Derby
Issue Type: Bug
Components: Test
Affects Versions: 10.2.0.0
Reporter: Rick Hillegas
Fix For: 10.2.0.0
When run on jdk16, this test has the following diff:
MasterFileName = master/procedureInTrigger.out
398d397
< ERROR 38000: The exception 'SQL Exception: The external routine is not allowed to execute
SQL statements.' was thrown
while evaluating an expression.
Test Failed.
*** End: procedureInTrigger jdk1.6.0-rc 2006-07-20 08:57:40 ***
The offending sql nevertheless emits a useful diagnostic. It just doesn't emit two diagnostics,
as it does under jdk1.3, jdk1.4, and jdk1.5. It's worth understanding why this test behaves
differently under 1.6.
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://issues.apache.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
|