Skip to content

Commit

Permalink
Merge pull request mulesoft#1016 from mulesoft/MULE-7741
Browse files Browse the repository at this point in the history
MULE-7741: Add reconnection support for database connector
  • Loading branch information
marianogonzalez committed Sep 15, 2014
2 parents 98795f3 + a3d5b7c commit 1f64105
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public ReconnectStandardTestCase(String dataSourceConfigResource, AbstractTestDa
@Parameterized.Parameters
public static List<Object[]> parameters()
{
return TestDbConfig.getResources();
return TestDbConfig.getDerbyResource();
}

@Override
Expand Down

0 comments on commit 1f64105

Please sign in to comment.