component-test/src/main/java/org/apache/fineract/cn/portfolio/TestAccountingInteractionInLoanWorkflow.java [254:267]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        BigDecimal.ZERO,
        AccountingFixture.CUSTOMERS_DEPOSIT_ACCOUNT);
    step6CalculateInterestAccrualAndCheckForLateness(midnightToday(), BigDecimal.ZERO);
    final BigDecimal payment = expectedCurrentPrincipal.add(nonLateFees).add(interestAccrued);
    step7PaybackPartialAmount(
        payment,
        today,
        BigDecimal.ZERO,
        payment,
        AccountingFixture.CUSTOMERS_DEPOSIT_ACCOUNT);
    step8Close(today);
  }

  @Test
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



component-test/src/main/java/org/apache/fineract/cn/portfolio/TestAccountingInteractionInLoanWorkflow.java [313:326]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
        BigDecimal.ZERO,
        AccountingFixture.CUSTOMERS_DEPOSIT_ACCOUNT);
    step6CalculateInterestAccrualAndCheckForLateness(midnightToday(), BigDecimal.ZERO);
    final BigDecimal payment = expectedCurrentPrincipal.add(nonLateFees).add(interestAccrued);
    step7PaybackPartialAmount(
        payment,
        today,
        BigDecimal.ZERO,
        payment,
        AccountingFixture.CUSTOMERS_DEPOSIT_ACCOUNT);
    step8Close(today);
  }

  @Test
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



