You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@fineract.apache.org by aw...@apache.org on 2019/06/25 21:27:18 UTC

[fineract-cn-accounting] branch develop updated: Fixed Failing test-case

This is an automated email from the ASF dual-hosted git repository.

awasum pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract-cn-accounting.git


The following commit(s) were added to refs/heads/develop by this push:
     new eb1ebad  Fixed Failing test-case
     new 25b20fb  Merge pull request #14 from ebenezergraham/develop
eb1ebad is described below

commit eb1ebadef84de576342ee969a2352787371a2b97
Author: ebenezergraham <eg...@alustudent.com>
AuthorDate: Sat Jun 22 14:06:59 2019 +0400

    Fixed Failing test-case
---
 .../java/org/apache/fineract/cn/accounting/importer/TestImport.java     | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/component-test/src/main/java/org/apache/fineract/cn/accounting/importer/TestImport.java b/component-test/src/main/java/org/apache/fineract/cn/accounting/importer/TestImport.java
index de33f89..6551be6 100644
--- a/component-test/src/main/java/org/apache/fineract/cn/accounting/importer/TestImport.java
+++ b/component-test/src/main/java/org/apache/fineract/cn/accounting/importer/TestImport.java
@@ -100,7 +100,7 @@ public class TestImport extends AbstractAccountingTest {
     ledger1100.setParentLedgerIdentifier("1000");
     ledger1100.setShowAccountsInChart(true);
 
-    testSubject.createLedger(ledger1100);
+    testSubject.addSubLedger(ledger1100.getParentLedgerIdentifier(),ledger1100);
     Assert.assertTrue(eventRecorder.wait(EventConstants.POST_LEDGER, ledger1100.getIdentifier()));