This is an automated email from the ASF dual-hosted git repository.
kaze pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
The following commit(s) were added to refs/heads/develop by this push:
new 60dd63d executeAndAwaitJob() !executeJob()
ClientSavingsIntegrationTest
60dd63d is described below
commit 60dd63d55fcfb48ab61b03b15dfa1f987dfc61b1
Author: Michael Vorburger <[email protected]>
AuthorDate: Mon Jun 1 15:41:25 2020 +0200
executeAndAwaitJob() !executeJob() ClientSavingsIntegrationTest
re. FINERACT-852 and FINERACT-922
---
.../fineract/integrationtests/ClientSavingsIntegrationTest.java | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)
diff --git
a/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/ClientSavingsIntegrationTest.java
b/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/ClientSavingsIntegrationTest.java
index 29a4828..5c6f8aa 100755
---
a/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/ClientSavingsIntegrationTest.java
+++
b/fineract-provider/src/integrationTest/java/org/apache/fineract/integrationtests/ClientSavingsIntegrationTest.java
@@ -54,7 +54,6 @@ import org.joda.time.format.DateTimeFormat;
import org.joda.time.format.DateTimeFormatter;
import org.junit.Assert;
import org.junit.Before;
-import org.junit.Ignore;
import org.junit.Test;
import org.slf4j.Logger;
import org.slf4j.LoggerFactory;
@@ -1903,7 +1902,6 @@ public class ClientSavingsIntegrationTest {
}
@Test
- @Ignore // TODO FINERACT-852
public void testSavingsAccount_DormancyTracking() throws
InterruptedException {
this.savingsAccountHelper = new SavingsAccountHelper(this.requestSpec,
this.responseSpec);
@@ -1968,7 +1966,7 @@ public class ClientSavingsIntegrationTest {
}
SchedulerJobHelper jobHelper = new
SchedulerJobHelper(this.requestSpec);
- jobHelper.executeJob("Update Savings Dormant Accounts");
+ jobHelper.executeAndAwaitJob("Update Savings Dormant Accounts");
//VERIFY WITHIN PROVIDED RANGE DOESN'T INACTIVATE
savingsStatusHashMap =
SavingsStatusChecker.getStatusOfSavings(this.requestSpec, this.responseSpec,
savingsList.get(0));