add integration test profile

This commit is contained in:
DOHA
2016-10-21 00:24:15 +02:00
parent 395a6731d9
commit 13cf6590ba
2 changed files with 50 additions and 1 deletions
@@ -17,7 +17,7 @@ import junit.framework.Assert;
@RunWith(SpringJUnit4ClassRunner.class)
@Transactional
@TransactionConfiguration(defaultRollback = true)
public class PersonDaoTest {
public class PersonDaoIntegrationTest {
@Autowired
private PersonDao personDao;