Fixed test
This commit is contained in:
parent
abb35b6e7b
commit
34db58abe2
|
@ -602,7 +602,7 @@ public class AccountingDataHarvesterPluginTest extends ContextTest {
|
|||
logger.debug("Going to insert {}", accountingRecords);
|
||||
|
||||
ContextTest.setContextByName(ROOT_PROD);
|
||||
dao.insertRecords(accountingRecords.toArray(new AccountingRecord[1]));
|
||||
// dao.insertRecords(accountingRecords.toArray(new AccountingRecord[1]));
|
||||
|
||||
} catch (Exception e) {
|
||||
logger.error("", e);
|
||||
|
|
Loading…
Reference in New Issue