Home
last modified time | relevance | path

Searched refs:catalogs (Results 1 – 1 of 1) sorted by relevance

/libcore/luni/src/test/java/libcore/java/sql/
DOldConnectionTest.java672 String[] catalogs = { "test", "test1", "test" }; in testSetCatalog() local
675 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() local
757 for (int i = 0; i < catalogs.length; i++) { in testGetCatalog()
758 conn.setCatalog(catalogs[i]); in testGetCatalog()