"&" + SimpleDeviceRepositoryFactory.JDBC_PASSWORD +
"=" + HypersonicManager.DEFAULT_PASSWORD +
"&" + SimpleDeviceRepositoryFactory.JDBC_DEFAULT_PROJECT +
"=" + DEFAULT_PROJECT;
SimpleDeviceRepositoryFactory factory =
new SimpleDeviceRepositoryFactory();
try {
factory.createDeviceRepository(url);
} catch (DeviceRepositoryException e) {
// A DeviceRepositoryException with an SQLException
// root cause is expected since DeviceRepositoryFactory
// is untestable without significant redesign. If
// an SQLException is received then the DriverManager