Searched refs:catalogs (Results 1 – 1 of 1) sorted by relevance
672 String[] catalogs = { "test", "test1", "test" }; in testSetCatalog() local675 for (int i = 0; i < catalogs.length; i++) { in testSetCatalog()676 conn.setCatalog(catalogs[i]); in testSetCatalog()677 assertNull(catalogs[i], conn.getCatalog()); in testSetCatalog()755 String[] catalogs = { "sqlite_test", "sqlite_test1", "sqlite_test" }; in testGetCatalog() local757 for (int i = 0; i < catalogs.length; i++) { in testGetCatalog()758 conn.setCatalog(catalogs[i]); in testGetCatalog()