bug #7138
unitils.dbunit data set loading does not work for CdmIntegrationTest
Start date:
12/13/2017
Due date:
% Done:
0%
Severity:
normal
Found in Version:
Description
when using @DataSource to load a test data set for a test class which extends CdmIntegrationTest
, the test db is always empty.
Switching the super class to CdmTransactionalIntegrationTest
solves the problem, but it should be possible to write test for operations which work outside of a transactional context.