[
https://issues.apache.org/jira/browse/OFBIZ-11646?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17099562#comment-17099562 ]
ASF subversion and git services commented on OFBIZ-11646:
---------------------------------------------------------
Commit 1369df300fa3dbc9555c5a111d6501cf6c668392 in ofbiz-framework's branch refs/heads/trunk from Pawan Verma
[
https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=1369df3 ]
Fixed: Party's ContactMechWorkerTests does not work
(OFBIZ-11646)
The reason for the issue was a typo in the class-name attribute.
Thanks: Jacques for the review.
> 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
> Priority: Major
> Attachments: OFBIZ-11646.patch
>
>
> 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)