Ticket #55 (closed defect: fixed)

Opened 2 years ago

Last modified 2 years ago

<fusebox> tag not validated

Reported by: scorfield Owned by: scorfield
Type: defect Priority: normal
Milestone: Beta 2 Component: Miscellaneous
Version: 5.0 Severity: normal
Keywords: Cc:

Description

The core checks that the circuit.xml file has <circuit> as its root but does not check that the fusebox.xml file has <fusebox> as its root. This is not a "strict mode" issue (see #41), this is just a core validation test that should be done.

Attachments

Change History

Changed 2 years ago by scorfield

  • owner changed from sean@corfield.org to scorfield
  • status changed from new to assigned

Just copy the circuit tag test into fuseboxApplication.reload() and change it to check for <fusebox>.

Changed 2 years ago by scorfield

  • status changed from assigned to closed
  • resolution set to fixed

(In [165]) Fixes #55 by checking that the root tag in fusebox.xml is actually <fusebox>.

Note: See TracTickets for help on using tickets.