Same code just un-commented lines

Uncommented lines to populate database in the tes
This commit is contained in:
egmp777 2014-05-13 09:48:28 -05:00
parent 27ab504a90
commit 00fe1b2a6f
1 changed files with 2 additions and 2 deletions

View File

@ -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");