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 <[email protected]>
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()));
 
 

Reply via email to