Changeset 8112


Ignore:
Timestamp:
07/10/10 18:39:55 (3 years ago)
Author:
MichaelTempest
Message:

Item9301: Fix assert_html_equals, because an actual value of 'xyz' does not equal an expected value of '|abc'
Yes - this breaks about a dozen tests which have incorrect expected values, and which should have been failing but, until now, were not.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UnitTestContrib/lib/Unit/TestCase.pm

    r7661 r8112  
    475475    my ( $package, $filename, $line ) = caller(0); 
    476476    my $opts = { 
    477         options  => 'rex', 
     477        options  => '', 
    478478        reporter => \&Unit::HTMLDiffer::defaultReporter, 
    479479        result   => '' 
Note: See TracChangeset for help on using the changeset viewer.