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

jleroux pushed a change to branch trunk
in repository https://gitbox.apache.org/repos/asf/ofbiz-framework.git


    from a31195af89 Improved: LoginServices.userLogin: Respond "fail" instead 
of "error" to avoid the (automatic service engine) logging of a stack trace on 
missing/invalid credentials (OFBIZ-10507)
     new 78ab53ac09 Documented:  Document possibility to run integration tests 
on a component (OFBIZ-12993)
     new d559ea8ca1 Fixed: Fix Accounting Groovy tests (OFBIZ-12995)

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:
 README.adoc                                        | 24 +++++++++++++++-----
 .../accounting/AutoAcctgAdminTests.groovy          |  2 +-
 .../accounting/AutoAcctgAgreementTests.groovy      |  2 +-
 .../accounting/AutoAcctgBudgetTests.groovy         |  2 +-
 .../accounting/AutoAcctgCostTests.groovy           |  2 +-
 .../accounting/AutoAcctgFinAccountTests.groovy     |  2 +-
 .../accounting/AutoAcctgFixedAssetTests.groovy     |  2 +-
 .../accounting/AutoAcctgInvoiceTests.groovy        |  2 +-
 .../accounting/AutoAcctgLedgerTests.groovy         |  2 +-
 .../accounting/AutoAcctgPaymentGatewayTests.groovy |  2 +-
 .../accounting/AutoAcctgPaymentTests.groovy        |  2 +-
 .../accounting/AutoAcctgTransTestsPurchase.groovy  |  2 +-
 .../accounting/AutoAcctgTransTestsSales.groovy     |  2 +-
 .../accounting/accounting/AutoInvoiceTests.groovy  |  2 +-
 .../accounting/accounting/AutoPaymentTests.groovy  |  2 +-
 .../accounting/accounting/FixedAssetTests.groovy   |  2 +-
 .../accounting/InvoicePerShipmentTests.groovy      |  6 ++---
 .../accounting/PaymentApplicationTests.groovy      |  2 +-
 .../ofbiz}/accounting/accounting/RateTests.groovy  |  2 +-
 .../accounting/testdef/accountingtests.xml         | 26 +++++++++++-----------
 .../accounting/testdef/fixedassettests.xml         |  2 +-
 applications/accounting/testdef/invoicetests.xml   |  4 ++--
 .../accounting/testdef/paymentappltests.xml        |  2 +-
 applications/accounting/testdef/paymenttests.xml   |  4 ++--
 applications/accounting/testdef/ratetests.xml      |  2 +-
 applications/content/testdef/ContentTests.xml      |  8 +++----
 build.gradle                                       |  2 +-
 27 files changed, 64 insertions(+), 50 deletions(-)
 rename applications/accounting/src/{test/groovy/org/apache => 
main/groovy/org/apache/ofbiz}/accounting/accounting/AutoAcctgAdminTests.groovy 
(99%)
 rename applications/accounting/src/{test/groovy/org/apache => 
main/groovy/org/apache/ofbiz}/accounting/accounting/AutoAcctgAgreementTests.groovy
 (98%)
 rename applications/accounting/src/{test/groovy/org/apache => 
main/groovy/org/apache/ofbiz}/accounting/accounting/AutoAcctgBudgetTests.groovy 
(97%)
 rename applications/accounting/src/{test/groovy/org/apache => 
main/groovy/org/apache/ofbiz}/accounting/accounting/AutoAcctgCostTests.groovy 
(98%)
 rename applications/accounting/src/{test/groovy/org/apache => 
main/groovy/org/apache/ofbiz}/accounting/accounting/AutoAcctgFinAccountTests.groovy
 (99%)
 rename applications/accounting/src/{test/groovy/org/apache => 
main/groovy/org/apache/ofbiz}/accounting/accounting/AutoAcctgFixedAssetTests.groovy
 (98%)
 rename applications/accounting/src/{test/groovy/org/apache => 
main/groovy/org/apache/ofbiz}/accounting/accounting/AutoAcctgInvoiceTests.groovy
 (99%)
 rename applications/accounting/src/{test/groovy/org/apache => 
main/groovy/org/apache/ofbiz}/accounting/accounting/AutoAcctgLedgerTests.groovy 
(98%)
 rename applications/accounting/src/{test/groovy/org/apache => 
main/groovy/org/apache/ofbiz}/accounting/accounting/AutoAcctgPaymentGatewayTests.groovy
 (97%)
 rename applications/accounting/src/{test/groovy/org/apache => 
main/groovy/org/apache/ofbiz}/accounting/accounting/AutoAcctgPaymentTests.groovy
 (98%)
 rename applications/accounting/src/{test/groovy/org/apache => 
main/groovy/org/apache/ofbiz}/accounting/accounting/AutoAcctgTransTestsPurchase.groovy
 (99%)
 rename applications/accounting/src/{test/groovy/org/apache => 
main/groovy/org/apache/ofbiz}/accounting/accounting/AutoAcctgTransTestsSales.groovy
 (99%)
 rename applications/accounting/src/{test/groovy/org/apache => 
main/groovy/org/apache/ofbiz}/accounting/accounting/AutoInvoiceTests.groovy 
(99%)
 rename applications/accounting/src/{test/groovy/org/apache => 
main/groovy/org/apache/ofbiz}/accounting/accounting/AutoPaymentTests.groovy 
(99%)
 rename applications/accounting/src/{test/groovy/org/apache => 
main/groovy/org/apache/ofbiz}/accounting/accounting/FixedAssetTests.groovy (99%)
 rename applications/accounting/src/{test/groovy/org/apache => 
main/groovy/org/apache/ofbiz}/accounting/accounting/InvoicePerShipmentTests.groovy
 (99%)
 rename applications/accounting/src/{test/groovy/org/apache => 
main/groovy/org/apache/ofbiz}/accounting/accounting/PaymentApplicationTests.groovy
 (99%)
 rename applications/accounting/src/{test/groovy/org/apache => 
main/groovy/org/apache/ofbiz}/accounting/accounting/RateTests.groovy (99%)

Reply via email to