Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
IHeaderBlockTest3 is failing currently. It adds an attribute without a prefix to a headerblock. When it queries that attribute, it doesn't exist.
Fixed by making the prefix optional on HeaderBlock::createAttribute. No prefix means the attribute is in the default namespace.