Ticket #7796 (closed: fixed)

Opened 7 years ago

Last modified 5 years ago

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:1 Changed 7 years ago by Mike Thomas

  • Status changed from new to inprogress

Commit HRPD IDF noemptycoordinates Refs #7796

Changeset: cf8d588cc9a7cf25c34655305c650503830befa8

comment:2 Changed 7 years ago by Mike Thomas

  • Owner set to Anders Markvardsen

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:8 Changed 7 years ago by Russell Taylor

  • Milestone changed from Backlog to Release 3.0

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:10 Changed 7 years ago by Nick Draper

  • Component changed from Framework to Diffraction

comment:11 Changed 5 years ago by Stuart Campbell

This ticket has been transferred to github issue 8641

Note: See TracTickets for help on using tickets.