This is an automated email from the ASF dual-hosted git repository.
pawan pushed a commit to branch trunk
in repository
https://gitbox.apache.org/repos/asf/ofbiz-framework.gitThe following commit(s) were added to refs/heads/trunk by this push:
new bb18170 Improved: Converted test-group to test-case as there is only one test case.(OFBIZ-11560)
bb18170 is described below
commit bb18170d71b860516bb80fe99201fe2e5cb9e030
Author: Pawan Verma <
[hidden email]>
AuthorDate: Wed Jun 24 12:30:30 2020 +0530
Improved: Converted test-group to test-case as there is only one test case.(OFBIZ-11560)
---
applications/accounting/testdef/paymentappltests.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/applications/accounting/testdef/paymentappltests.xml b/applications/accounting/testdef/paymentappltests.xml
index caab5f6..ee6a0a7 100644
--- a/applications/accounting/testdef/paymentappltests.xml
+++ b/applications/accounting/testdef/paymentappltests.xml
@@ -25,8 +25,8 @@
<test-case case-name="application-tests-data-load">
<entity-xml action="load" entity-xml-url="component://accounting/testdef/data/PaymentApplicationTestsData.xml"/>
</test-case>
- <test-group case-name="application-tests">
+ <test-case case-name="application-tests">
<junit-test-suite class-name="org.apache.ofbiz.accounting.PaymentApplicationTests"/>
- </test-group>
+ </test-case>
</test-suite>