Details
-
Bug
-
Status: Open
-
Critical
-
Resolution: Unresolved
-
1.5.x
-
None
Description
A change was erroneously merged into a differing context. Specifically the commenting-out of an XML tag was applied to one with a different name! The following changes: Index: 052-scproto.spec.xml =================================================================== --- 052-scproto.spec.xml (revision 18344) +++ 052-scproto.spec.xml (revision 18345) @@ -37,14 +37,14 @@ </element> - <!-- From unit: --> + <!-- From unit: - <element token="600" name="lamp-logV0"> <attribute name="ioId" type="int64"/> <attribute name="numberOfFlashes" type="uint32"/> <attribute name="highestCurrent" type="uint32" /> <attribute name="lowestCurrent" type="uint32" /> <attribute name="timestamp" type="uint32" /> - </element> + </element> --> <!-- From unit: --> Merged to the release branch as: Index: 052-scproto.spec.xml =================================================================== --- 052-scproto.spec.xml (revision 18435) +++ 052-scproto.spec.xml (revision 18436) @@ -37,14 +37,14 @@ </element> - <!-- From unit: --> + <!-- From unit: - <element token="600" name="lamp-log"> <attribute name="ioId" type="int64"/> <attribute name="numberOfFlashes" type="uint32"/> <attribute name="highestCurrent" type="uint32" /> <attribute name="lowestCurrent" type="uint32" /> <attribute name="timestamp" type="uint32" /> - </element> + </element> --> <!-- From unit: -->
Original issue reported by themadsens