Same code just un-commented lines
Uncommented lines to populate database in the tes
This commit is contained in:
parent
27ab504a90
commit
00fe1b2a6f
|
@ -40,8 +40,8 @@ public class FooSortingPersistenceServiceTest {
|
|||
@Before
|
||||
public void before() {
|
||||
|
||||
// final FooSortingPersistenceServiceData fooData = new FooSortingPersistenceServiceData();
|
||||
// fooData.createBars();
|
||||
final FooSortingPersistenceServiceData fooData = new FooSortingPersistenceServiceData();
|
||||
fooData.createBars();
|
||||
configuration = new Configuration();
|
||||
configuration.setProperty("hibernate.dialect", "org.hibernate.dialect.MySQLDialect");
|
||||
configuration.setProperty("dialect", "org.hibernate.dialect.MySQLDialect");
|
||||
|
|
Loading…
Reference in New Issue