}
/** Test broken databaseAccess. */
public void testBadDatabaseAccess() throws Exception {
cpsFactory = new ConnectorPersistentStoreFactory(
new JdbcDatabase(new FakeDataSource("Fake")));
fromDirectoryTest("fred",
"testdata/connectorInstanceTests/default",
"testdata/connectorTypeTests/default/connectorType.xml",
SQLException.class, "Fake JDBC DataSource has not been configured.");