Hi,
The attached trivial patch adds one more entry to the dblook_test_sed.properties and this will eliminate a current diff with this test that we see with wctme5.7 and wsdd5.6.
I confirmed that this particular diff no longer occurs with this test with these jvms, and that the test still passes with jdk14.
If a committer could check this in I'd appreciate it.
Thx,
Myrna
Index: java/testing/org/apache/derbyTesting/functionTests/tests/tools/dblook_test_sed.properties =================================================================== --- java/testing/org/apache/derbyTesting/functionTests/tests/tools/dblook_test_sed.properties (revision 406667) +++ java/testing/org/apache/derbyTesting/functionTests/tests/tools/dblook_test_sed.properties (working copy) @@ -9,4 +9,4 @@ # No commas or semicolons can be allowed in the patterns/subsitutes. ------------------------------------------------------------------------------- -- -substitute=Source database is:.*$;Source database is: <dbPath>,Connection URL is:.*$;Connection URL is: <dbURL>,Failed to load jar file.*$;Failed to load jar file <jarFilePath>,java.io.FileNotFoundException: .*$;java.io.FileNotFoundException: <filePath>,CALL SQLJ.INSTALL_JAR.*$;CALL SQLJ.INSTALL_JAR(<maskedOutJarDesc>),java.sql.SQLException: Driver not found: wombat;java.sql.SQLException: No suitable driver,DEBUG: Driver not found: wombat;DEBUG: No suitable driver +substitute=Source database is:.*$;Source database is: <dbPath>,Connection URL is:.*$;Connection URL is: <dbURL>,Failed to load jar file.*$;Failed to load jar file <jarFilePath>,java.io.FileNotFoundException: .*$;java.io.FileNotFoundException: <filePath>,CALL SQLJ.INSTALL_JAR.*$;CALL SQLJ.INSTALL_JAR(<maskedOutJarDesc>),java.sql.SQLException: Driver not found: wombat;java.sql.SQLException: No suitable driver,DEBUG: Driver not found: wombat;DEBUG: No suitable driver,SQL Exception: Driver not found: wombat;java.sql.SQLException: No suitable driver
