[
https://issues.apache.org/jira/browse/SQOOP-1582?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Veena Basavaraj updated SQOOP-1582:
-----------------------------------
Labels: code-cleanup (was: )
> Sqoop2: Fix TestDriverHandling test case
> ----------------------------------------
>
> Key: SQOOP-1582
> URL: https://issues.apache.org/jira/browse/SQOOP-1582
> Project: Sqoop
> Issue Type: Improvement
> Reporter: Veena Basavaraj
> Assignee: Veena Basavaraj
> Labels: code-cleanup
>
> {code}
> @Test
> public void testFindDriverConfig() throws Exception {
> // On empty repository, no driverConfig should be there
> assertNull(handler.findDriver(getDerbyDatabaseConnection()));
> // Load Connector and DriverConfig into repository
> // TODO(VB):FIX why load connector config for driver testing?
> loadConnectorAndDriverConfig();
> // Retrieve it
> MDriver driver = handler.findDriver(getDerbyDatabaseConnection());
> assertNotNull(driver);
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)