[Bug #942] Using configurationBootstrap in BaseCalendarDAOTest in order to run the test isolated.
FEA: ItEr73S04BugFixing
This commit is contained in:
parent
d26f47c960
commit
0b0816dcbb
1 changed files with 4 additions and 0 deletions
|
|
@ -82,11 +82,15 @@ public class BaseCalendarDAOTest {
|
|||
@Autowired
|
||||
private IResourceDAO resourceDAO;
|
||||
|
||||
@Resource
|
||||
private IDataBootstrap configurationBootstrap;
|
||||
|
||||
@Resource
|
||||
private IDataBootstrap calendarBootstrap;
|
||||
|
||||
@Before
|
||||
public void loadRequiredData() {
|
||||
configurationBootstrap.loadRequiredData();
|
||||
calendarBootstrap.loadRequiredData();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue