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
|
@Before
|
||||||
public void before() {
|
public void before() {
|
||||||
|
|
||||||
// final FooSortingPersistenceServiceData fooData = new FooSortingPersistenceServiceData();
|
final FooSortingPersistenceServiceData fooData = new FooSortingPersistenceServiceData();
|
||||||
// fooData.createBars();
|
fooData.createBars();
|
||||||
configuration = new Configuration();
|
configuration = new Configuration();
|
||||||
configuration.setProperty("hibernate.dialect", "org.hibernate.dialect.MySQLDialect");
|
configuration.setProperty("hibernate.dialect", "org.hibernate.dialect.MySQLDialect");
|
||||||
configuration.setProperty("dialect", "org.hibernate.dialect.MySQLDialect");
|
configuration.setProperty("dialect", "org.hibernate.dialect.MySQLDialect");
|
||||||
|
|
Loading…
Reference in New Issue