Ignore:
Timestamp:
01/29/09 15:09:14 (3 years ago)
Author:
CrawfordCurrie
Message:

Item4312: support for header, footer etc. Item412: added =reverse= sort for searches

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ActionTrackerPlugin/test/unit/ActionTrackerPlugin/ActionTests.pm

    r2226 r2227  
    459459        "", "| \$n\$n()\$nop()\$quot\$percnt\$dollar |", ""); 
    460460    $s = $fmt->formatHTMLTable([$action], "href", 0, 'atp'); 
    461     $this->assert_html_matches("<td> <br /><br />\"%\$ </td>", $s ); 
     461    $this->assert_html_matches("<td> \n\n\"%\$ </td>", $s ); 
    462462 
    463463    Foswiki::Plugins::ActionTrackerPlugin::Action::forceTime("1 Jun 2002"); 
Note: See TracChangeset for help on using the changeset viewer.