This is an automated email from the ASF dual-hosted git repository.
adamsaghy pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git
from a656dbde18 FINERACT-2421: Upgrade tomcat version
new 7b545beb16 FINERACT-2326: Fix buydown fee amounts missing from
Transaction Summary Reports
new 5d4f57912d FINERACT-2326: Fix buydown fee amounts missing from
Transaction Summary Reports - E2E tests
The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../test/data/loanproduct/DefaultLoanProduct.java | 1 +
.../test/factory/LoanProductsRequestFactory.java | 5 +
.../test/stepdef/common/ClientStepDef.java | 28 +-
.../test/stepdef/common/OfficeStepDef.java | 38 +-
.../test/stepdef/reporting/ReportingStepDef.java | 136 +++++
.../fineract/test/support/TestContextKey.java | 2 +
.../global/LoanProductGlobalInitializerStep.java | 24 +
.../src/test/resources/features/Reporting.feature | 279 +++++++++
.../db/changelog/tenant/changelog-tenant.xml | 1 +
...tion_summary_reports_add_buydown_fee_types.xml} | 654 ++++++++++++++++++++-
10 files changed, 1120 insertions(+), 48 deletions(-)
copy
fineract-e2e-tests-runner/src/test/java/org/apache/fineract/test/initializer/global/CurrencyGlobalInitializerStep.java
=>
fineract-e2e-tests-core/src/test/java/org/apache/fineract/test/stepdef/common/OfficeStepDef.java
(54%)
create mode 100644
fineract-e2e-tests-core/src/test/java/org/apache/fineract/test/stepdef/reporting/ReportingStepDef.java
create mode 100644
fineract-e2e-tests-runner/src/test/resources/features/Reporting.feature
copy
fineract-provider/src/main/resources/db/changelog/tenant/parts/{0213_transaction_summary_adding_originators.xml
=> 0215_transaction_summary_reports_add_buydown_fee_types.xml} (80%)