id,summary,reporter,owner,description,type,status,priority,component,version,severity,resolution,keywords,cc,estimatedhours,bounty
56,EcuFlash 32BITBASE ForcePassReadinessMonitors scaling duplicate,dschultzca,,"There are two scalings with the same name. Therefore the second scaling in the file overwrites the first entry. Found near line 162 of 32BITBASE.xml:[[BR]]

{{{
  <scaling name=""ForcePassReadinessMonitors"" storagetype=""bloblist"">
    <data name=""disabled"" value=""64B0"" />
    <data name=""enabled"" value=""E400"" />
  </scaling>
  <scaling name=""ForcePassReadinessMonitors"" storagetype=""bloblist"">
    <data name=""disabled"" value=""640C"" />
    <data name=""enabled"" value=""E400"" />
  </scaling>
}}}

The second entry should be corrected to be:[[BR]]

{{{
  <scaling name=""ForcePassReadinessMonitors"" storagetype=""bloblist"">
    <data name=""disabled"" value=""64B0"" />
    <data name=""enabled"" value=""E400"" />
  </scaling>
  <scaling name=""ForcePassReadinessMonitors_"" storagetype=""bloblist"">
    <data name=""disabled"" value=""640C"" />
    <data name=""enabled"" value=""E400"" />
  </scaling>
}}}

Attached is a fixed version of 32BITBASE.xml until officially released.",defect,new,normal,ECU Definitions,,normal,,force pass readiness,,0,0
