This repository contains 3MF conformance test suites. Each test suite provides coverage for a specific combination of 3MF Core and Extension requirements.
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
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