Ignore:
Timestamp:
04/10/09 10:37:08 (3 years ago)
Author:
CrawfordCurrie
Message:

Item1394: fixed colour handling

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WysiwygPlugin/test/unit/WysiwygPlugin/WysiwygPluginTests.pm

    r2996 r3396  
    162162    # Strip ASCII header 
    163163    $this->assert_matches( qr/Content-Type: *text\/plain; *charset=UTF-8/i, 
    164                            $out, 
    165                            anal($out) ); 
     164        $out, anal($out) ); 
    166165    $out =~ s/^.*?\r\n\r\n//s; 
    167166 
     
    217216    # Strip ASCII header 
    218217    $this->assert_matches( qr/Content-Type: *text\/plain; *charset=UTF-8/, 
    219                            $out, 
    220         anal($out) ); 
     218        $out, anal($out) ); 
    221219    $out =~ s/^.*?\r\n\r\n//s; 
    222220 
Note: See TracChangeset for help on using the changeset viewer.