if ((!(name.equals("testGetTablesModify") && oldMinor < 1)) &&
// these two tests will fail with versions before 10.2.1.6
// because of missing support for grant/revoke/privileges
(!(name.equals("testGetTablePrivileges") && oldMinor <2)) &&
(!(name.equals("testGetColumnPrivileges") && oldMinor <2)))
dmdSuite.addTest(new DatabaseMetaDataTest(name));
}
}
// Run the test in its own schema to avoid interference from other
// tests. A typical example is additional matching rows when querying
// system tables like SYS.SYSFOREIGNKEYS.