Daniel John Debrunner wrote:
[EMAIL PROTECTED] wrote:
Added:
db/derby/code/trunk/java/testing/org/apache/derbyTesting/functionTests/tests/jdbcapi/DMDBugsTest.java
Just curious, why add a new test class instead of just adding the
fixture to the existing test for DatabaseMetaData?
Well with the upgrade tests DatabaseMetaData runs with old versions that
1) Don't support synonyms
2) Don't have the fix for this bug.
So adding it there caused multiple failures in the multiple times this
test is run.
Kathey