*
* @source $URL$
*/
public class DataSourceFinderTest extends TestCase {
public void testDbcpFactory() throws IOException {
assertTrue(new DBCPDataSourceFactory().isAvailable());
DataSourceFinder.scanForPlugins();
Map map = new HashMap();
map.put(DBCPDataSourceFactory.DSTYPE.key, "DBCP");
map.put(DBCPDataSourceFactory.DRIVERCLASS.key, "org.h2.Driver");