Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Trunk
-
None
-
None
Description
While working on OFBIZ-8522, I've found that Party's ContactMechWorkerTests does not work. I found the below loading error for the tests.
|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'.
But partytests got the success that's why we haven't noticed it yet.