Ticket #7796 (closed: fixed)
Empty coordinate attribute in HRPD_Definition.xml
Reported by: | Mike Thomas | Owned by: | Mike Thomas |
---|---|---|---|
Priority: | major | Milestone: | Release 3.0 |
Component: | Diffraction | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Roman Tolchenov |
Description
One of the 't' location attributes was without a value. The value must be present for the schema to validate the IDF.
Erroneous Code: <component type="module_la">
<location r="0" t="0" p="2.86241" name="mod0"/> <location r="0" t="0" p="0" name="mod1"/> <location r="0" t="" p="-2.86241" name="mod2"/>
</component> Replacement Code: <component type="module_la">
<location r="0" t="0" p="2.86241" name="mod0"/> <location r="0" t="0" p="0" name="mod1"/> <location r="0" t="0" p="-2.86241" name="mod2"/>
</component>
Change History
comment:3 Changed 7 years ago by Anders Markvardsen
- Status changed from inprogress to verify
- Resolution set to fixed
To tester: changed accordign to description
comment:4 Changed 7 years ago by Jay Rainey
- Status changed from verify to verifying
- Tester set to Jay Rainey
comment:5 Changed 7 years ago by Jay Rainey
- Status changed from verifying to verify
- Tester Jay Rainey deleted
comment:6 Changed 7 years ago by Roman Tolchenov
- Status changed from verify to verifying
- Tester set to Roman Tolchenov
comment:7 Changed 7 years ago by Roman Tolchenov
- Status changed from verifying to closed
Merge remote-tracking branch 'origin/feature/7796_Empty_coordinate_edit_HRPD_Definition'
comment:9 Changed 7 years ago by Nick Draper
- Owner changed from Anders Markvardsen to Mike Thomas
After the summer contact Anders Markvardsen about these tickets
comment:11 Changed 5 years ago by Stuart Campbell
This ticket has been transferred to github issue 8641
Commit HRPD IDF noemptycoordinates Refs #7796
Changeset: cf8d588cc9a7cf25c34655305c650503830befa8