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 faf2827 Improved: Prevent recurring errors block due to
generateTokenForNonAjax
new 47e5a1a Improved: Convert FixedAssetTests from XML to Groovy.
(OFBIZ-11546)(OFBIZ-11547)(OFBIZ-11548)(OFBIZ-11549)(OFBIZ-11550)(OFBIZ-11551)(OFBIZ-11552)
Thanks: Rohit for reporting.
new e8e9db5 Improved: Prevent recurring errors block due to
generateTokenForNonAjax
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:
applications/accounting/FixedAssetTests.groovy | 47 -------
.../accounting/minilang/test/FixedAssetTests.xml | 154 ---------------------
.../apache/ofbiz/accounting/FixedAssetTests.groovy | 146 +++++++++++++++++++
.../testdef/data/AccountingTestsData.xml | 2 +
.../accounting/testdef/fixedassettests.xml | 4 +
.../java/org/apache/ofbiz/security/CsrfUtil.java | 2 +-
6 files changed, 153 insertions(+), 202 deletions(-)
delete mode 100644 applications/accounting/FixedAssetTests.groovy
delete mode 100644 applications/accounting/minilang/test/FixedAssetTests.xml
create mode 100644
applications/accounting/src/main/groovy/org/apache/ofbiz/accounting/FixedAssetTests.groovy