adamsaghy commented on PR #5580:
URL: https://github.com/apache/fineract/pull/5580#issuecomment-4074357363

   ```
   
/home/runner/work/fineract/fineract/fineract-progressive-loan/src/test/java/org/apache/fineract/portfolio/loanproduct/calc/ProgressiveEMICalculatorTest.java:5215:
 error: cannot find symbol
   
           expectedRepaymentPeriods.add(repayment(1, LocalDate.of(2024, 1, 1), 
LocalDate.of(2024, 2, 1)));
   > Task :fineract-progressive-loan:compileTestJava FAILED
                                        ^
     symbol:   method repayment(int,LocalDate,LocalDate)
     location: class ProgressiveEMICalculatorTest
   
   
/home/runner/work/fineract/fineract/fineract-progressive-loan/src/test/java/org/apache/fineract/portfolio/loanproduct/calc/ProgressiveEMICalculatorTest.java:5216:
 error: cannot find symbol
           expectedRepaymentPeriods.add(repayment(2, LocalDate.of(2024, 2, 1), 
LocalDate.of(2024, 3, 1)));
                                        ^
     symbol:   method repayment(int,LocalDate,LocalDate)
     location: class ProgressiveEMICalculatorTest
   
/home/runner/work/fineract/fineract/fineract-progressive-loan/src/test/java/org/apache/fineract/portfolio/loanproduct/calc/ProgressiveEMICalculatorTest.java:5217:
 error: cannot find symbol
           expectedRepaymentPeriods.add(repayment(3, LocalDate.of(2024, 3, 1), 
LocalDate.of(2024, 4, 1)));
                                        ^
     symbol:   method repayment(int,LocalDate,LocalDate)
     location: class ProgressiveEMICalculatorTest
   
/home/runner/work/fineract/fineract/fineract-progressive-loan/src/test/java/org/apache/fineract/portfolio/loanproduct/calc/ProgressiveEMICalculatorTest.java:5218:
 error: cannot find symbol
   > Task :fineract-provider:compileJava
           expectedRepaymentPeriods.add(repayment(4, LocalDate.of(2024, 4, 1), 
LocalDate.of(2024, 5, 1)));
                                        ^
     symbol:   method repayment(int,LocalDate,LocalDate)
     location: class ProgressiveEMICalculatorTest
   
/home/runner/work/fineract/fineract/fineract-progressive-loan/src/test/java/org/apache/fineract/portfolio/loanproduct/calc/ProgressiveEMICalculatorTest.java:5219:
 error: cannot find symbol
           expectedRepaymentPeriods.add(repayment(5, LocalDate.of(2024, 5, 1), 
LocalDate.of(2024, 6, 1)));
                                        ^
     symbol:   method repayment(int,LocalDate,LocalDate)
     location: class ProgressiveEMICalculatorTest
   
/home/runner/work/fineract/fineract/fineract-progressive-loan/src/test/java/org/apache/fineract/portfolio/loanproduct/calc/ProgressiveEMICalculatorTest.java:5220:
 error: cannot find symbol
           expectedRepaymentPeriods.add(repayment(6, LocalDate.of(2024, 6, 1), 
LocalDate.of(2024, 7, 1)));
                                        ^
     symbol:   method repayment(int,LocalDate,LocalDate)
     location: class ProgressiveEMICalculatorTest
   
/home/runner/work/fineract/fineract/fineract-progressive-loan/src/test/java/org/apache/fineract/portfolio/loanproduct/calc/ProgressiveEMICalculatorTest.java:5247:
 error: cannot find symbol
           expectedRepaymentPeriods.add(repayment(1, LocalDate.of(2024, 1, 1), 
LocalDate.of(2024, 2, 1)));
                                        ^
     symbol:   method repayment(int,LocalDate,LocalDate)
     location: class ProgressiveEMICalculatorTest
   
/home/runner/work/fineract/fineract/fineract-progressive-loan/src/test/java/org/apache/fineract/portfolio/loanproduct/calc/ProgressiveEMICalculatorTest.java:5248:
 error: cannot find symbol
           expectedRepaymentPeriods.add(repayment(2, LocalDate.of(2024, 2, 1), 
LocalDate.of(2024, 3, 1)));
                                        ^
     symbol:   method repayment(int,LocalDate,LocalDate)
     location: class ProgressiveEMICalculatorTest
   
/home/runner/work/fineract/fineract/fineract-progressive-loan/src/test/java/org/apache/fineract/portfolio/loanproduct/calc/ProgressiveEMICalculatorTest.java:5249:
 error: cannot find symbol
           expectedRepaymentPeriods.add(repayment(3, LocalDate.of(2024, 3, 1), 
LocalDate.of(2024, 4, 1)));
                                        ^
     symbol:   method repayment(int,LocalDate,LocalDate)
     location: class ProgressiveEMICalculatorTest
   
/home/runner/work/fineract/fineract/fineract-progressive-loan/src/test/java/org/apache/fineract/portfolio/loanproduct/calc/ProgressiveEMICalculatorTest.java:5250:
 error: cannot find symbol
           expectedRepaymentPeriods.add(repayment(4, LocalDate.of(2024, 4, 1), 
LocalDate.of(2024, 5, 1)));
                                        ^
     symbol:   method repayment(int,LocalDate,LocalDate)
     location: class ProgressiveEMICalculatorTest
   
/home/runner/work/fineract/fineract/fineract-progressive-loan/src/test/java/org/apache/fineract/portfolio/loanproduct/calc/ProgressiveEMICalculatorTest.java:5251:
 error: cannot find symbol
           expectedRepaymentPeriods.add(repayment(5, LocalDate.of(2024, 5, 1), 
LocalDate.of(2024, 6, 1)));
                                        ^
     symbol:   method repayment(int,LocalDate,LocalDate)
     location: class ProgressiveEMICalculatorTest
   
/home/runner/work/fineract/fineract/fineract-progressive-loan/src/test/java/org/apache/fineract/portfolio/loanproduct/calc/ProgressiveEMICalculatorTest.java:5252:
 error: cannot find symbol
           expectedRepaymentPeriods.add(repayment(6, LocalDate.of(2024, 6, 1), 
LocalDate.of(2024, 7, 1)));
                                        ^
     symbol:   method repayment(int,LocalDate,LocalDate)
     location: class ProgressiveEMICalculatorTest
   12 errors


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to