* @return the test suite created.
*/
public static Test suite(int phase) {
BaseTestSuite suite = new BaseTestSuite("Upgrade changes for 10.3");
suite.addTestSuite(Changes10_3.class);
//Add the tests for the Stored procedures related to the locator
//implementation of the LOB related JDBC methods. This needs to be done
//only during the hard(full) upgrade phase.
if(phase == PH_HARD_UPGRADE) {