3MFConsortium / test_suites

This repository contains 3MF conformance test suites. Each test suite provides coverage for a specific combination of 3MF Core and Extension requirements.
BSD 2-Clause "Simplified" License
7 stars 0 forks source link

Unhelpful Error Message #86

Closed JimZuber closed 1 year ago

JimZuber commented 1 year ago

If a boolean operations test case omits the requiredExtension element altogether, you get a very unhelpful error message which is....

ER_077: Caught an exception: Cannot invoke "org.w3c.dom.Node.getTextContent()" because the return value of "org.w3c.dom.NamedNodeMap.getNamedItem(String)" is null

The error message that should appear is...

ER_133: booleanshape present without boolean operations as required extension

JimZuber commented 1 year ago

Better message added to editor