add integration test profile
This commit is contained in:
+1
-1
@@ -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;
|
||||
Reference in New Issue
Block a user