Fixed test class name
This commit is contained in:
parent
d574715763
commit
e84ec43c5a
|
@ -18,13 +18,13 @@ import org.junit.Test;
|
||||||
import org.slf4j.Logger;
|
import org.slf4j.Logger;
|
||||||
import org.slf4j.LoggerFactory;
|
import org.slf4j.LoggerFactory;
|
||||||
|
|
||||||
public class CouchBaseConnectorTest extends ContextTest {
|
public class PostgreSQLConnectorTest extends ContextTest {
|
||||||
|
|
||||||
private static Logger logger = LoggerFactory.getLogger(AccountingAggregatorPluginTest.class);
|
private static Logger logger = LoggerFactory.getLogger(AccountingAggregatorPluginTest.class);
|
||||||
|
|
||||||
private PostgreSQLConnector postgreSQLConnector;
|
private PostgreSQLConnector postgreSQLConnector;
|
||||||
|
|
||||||
public CouchBaseConnectorTest() throws Exception {
|
public PostgreSQLConnectorTest() throws Exception {
|
||||||
ContextTest.setContextByName(ROOT_DEV_SCOPE);
|
ContextTest.setContextByName(ROOT_DEV_SCOPE);
|
||||||
postgreSQLConnector = new PostgreSQLConnector();
|
postgreSQLConnector = new PostgreSQLConnector();
|
||||||
}
|
}
|
Loading…
Reference in New Issue