-
Bug
-
Resolution: Done
-
Minor
-
8.0.0.CR1
-
None
TestParser (used in subsystem test framework) will only marshal if the subsystem's ModelNode isDefined(). But for simple subsystems with no attributes it doesn't have to be defined.
It should just check for node existence – parentNode.has(subsystemName) – not whether the node is defined.