Ticket #177 (closed defect: fixed)

Opened 21 months ago

Last modified 21 months ago

footer.tt fails to close a <p> element, causing test failures when Test::HTML::Content is installed.

Reported by: Kake Owned by: Kake
Priority: normal Milestone:
Component: openguides Version: svn
Severity: normal Keywords:
Cc:

Description

Test::HTML::Content uses XML::Parser to parse the rendered HTML; footer.tt is missing a closing </p> tag, and this causes XML::Parser to barf:

Failed Test                 Stat Wstat Total Fail  List of Failed
-------------------------------------------------------------------------------
t/26_geo_data_search_form.t    9  2304    12    9  1 3-5 7-9 11-12
t/27_geo_data_edit_form.t     12  3072    18   12  1-4 7-10 13-16
t/39_search_form.t            27  6912    27   27  1-27

Change History

Changed 21 months ago by Kake

  • status changed from new to assigned

Changed 21 months ago by Kake

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

Fixed in [926], still can't get the auto-closing tickets to work, sorry.

Note: See TracTickets for help on using tickets.