Pawan Verma created OFBIZ-11646:
-----------------------------------
Summary: Party's ContactMechWorkerTests does not work
Key: OFBIZ-11646
URL:
https://issues.apache.org/jira/browse/OFBIZ-11646 Project: OFBiz
Issue Type: Bug
Components: party
Affects Versions: Trunk
Reporter: Pawan Verma
Assignee: Pawan Verma
While working on OFBIZ-8522, I've found that Party's ContactMechWorkerTests does not work. I found the below loading error for the tests.
{code:java}
|E| XmlFileLoader: File /home/pawan/ofbiz_dev/trunk/applications/party/testdef/PartyContactMechTests.xml process error. Line: 28. Error message: cvc-complex-type.3.2.2: Attribute 'className' is not allowed to appear in element 'junit-test-suite'.
2020-05-04 22:32:50,778 |main |UtilXml |E| XmlFileLoader: File /home/pawan/ofbiz_dev/trunk/applications/party/testdef/PartyContactMechTests.xml process error. Line: 28. Error message: cvc-complex-type.4: Attribute 'class-name' must appear on element 'junit-test-suite'.{code}
But partytests got the success that's why we haven't noticed it yet.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)