Attached is a patch for updated canons for the IBM websphere client
technology jvm ('j9' in the test harness). The master files for these
tests were updated recently as a result of changed functionality - the
j9 specific canons need to be updated too.
Regards,
Myrna
Index: java/testing/org/apache/derbyTesting/functionTests/master/j9_13/ij.out
===================================================================
--- java/testing/org/apache/derbyTesting/functionTests/master/j9_13/ij.out
(revision 126043)
+++ java/testing/org/apache/derbyTesting/functionTests/master/j9_13/ij.out
(working copy)
@@ -29,7 +29,7 @@
ij> -- should fail because procedure is an illegal statement name
prepare procedure as 'select * from bar';
IJ ERROR: procedure is an illegal name for a statement
-ij> -- should fail because text is passed on to cloudscape, which
+ij> -- should fail because text is passed on to derby, which
-- barfs on the unknown statement name. execute procedure is
-- a foundation 2000 concept
execute procedure sqlj.install_jar( 'file:c:/p4c/systest/out/DigIt.jar',
'SourceWUs', 1 );
Index:
java/testing/org/apache/derbyTesting/functionTests/master/j9_13/groupBy.out
===================================================================
--- java/testing/org/apache/derbyTesting/functionTests/master/j9_13/groupBy.out
(revision 126043)
+++ java/testing/org/apache/derbyTesting/functionTests/master/j9_13/groupBy.out
(working copy)
@@ -45,7 +45,7 @@
create table unmapped(c1 long varchar);
0 rows inserted/updated/deleted
ij> select c1, max(1) from unmapped group by c1;
-ERROR X0X67: Columns of type 'LONG VARCHAR' may not be used in CREATE INDEX,
ORDER BY, GROUP BY, UNION, or DISTINCT, because comparisons are not supported
for that type.
+ERROR X0X67: Columns of type 'LONG VARCHAR' may not be used in CREATE INDEX,
ORDER BY, GROUP BY, UNION, INTERSECT, EXCEPT or DISTINCT, because comparisons
are not supported for that type.
ij> -- clean up
drop table t1;
0 rows inserted/updated/deleted