Skip to content
This repository has been archived by the owner on Jan 21, 2021. It is now read-only.

Commit

Permalink
Uncomment FormSubmissionDataMigrationIntegrationTest.java
Browse files Browse the repository at this point in the history
  • Loading branch information
Bitaron committed May 31, 2017
1 parent 0375778 commit 4986c25
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
import org.opensrp.util.Utils.DatabaseConnectionParams;
import org.springframework.beans.factory.annotation.Autowired;

public class FormSubmissionDataMigrationIntegrationTest {
/*
public class FormSubmissionDataMigrationIntegrationTest extends BaseIntegrationTest{
@Autowired
FormSubmissionDataMigrationService dataMigrationService;
@Autowired
Expand Down Expand Up @@ -72,7 +71,6 @@ public void shouldMigrateFormSubmissionsAndPopulateTargetDB() throws Exception {
Assert.assertTrue("AppStateToken shouldn't be empty after a successful migration", !ol.isEmpty());
Assert.assertTrue("AppStateToken should be greater than 0 all the times after a successful migration", ol.get(0).longValue() > 0);
}
*/


}

0 comments on commit 4986c25

Please sign in to comment.