Ignore:
Timestamp:
10/17/09 12:13:49 (3 years ago)
Author:
KennethLavrsen
Message:

Item1302: Forgot parameter in unit test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/Release01x00/MailerContrib/test/unit/MailerContrib/MailerContribSuite.pm

    r5288 r5293  
    358358 
    359359    my @webs = ( $this->{test_web}, $this->{users_web} ); 
    360     Foswiki::Contrib::MailerContrib::mailNotify( \@webs, $this->{twiki}, 0, 0, 0 ); 
     360    Foswiki::Contrib::MailerContrib::mailNotify( \@webs, $this->{twiki}, 0, undef, 1, 0 ); 
    361361 
    362362    #print "REPORT\n",join("\n\n", @FoswikiFnTestCase::mails); 
     
    415415 
    416416    my @webs = ( $testWeb2, $this->{users_web} ); 
    417     Foswiki::Contrib::MailerContrib::mailNotify( \@webs, $this->{twiki}, 0, 0, 0 ); 
     417    Foswiki::Contrib::MailerContrib::mailNotify( \@webs, $this->{twiki}, 0, undef, 0, 0 ); 
    418418 
    419419    #print "REPORT\n",join("\n\n", @FoswikiFnTestCase::mails); 
     
    542542        $meta, "Before\n${s}After", $meta ); 
    543543    Foswiki::Contrib::MailerContrib::mailNotify( [ $this->{test_web} ], 
    544         $this->{twiki}, 0, 0, 0 ); 
     544        $this->{twiki}, 0, undef, 0, 0 ); 
    545545 
    546546    my %matched; 
     
    571571        $meta, "Before\n${s}After", $meta ); 
    572572    Foswiki::Contrib::MailerContrib::mailNotify( [ $this->{test_web} ], 
    573         $this->{twiki}, 0, 0, 0 ); 
     573        $this->{twiki}, 0, undef, 0, 0 ); 
    574574 
    575575    my %matched; 
Note: See TracChangeset for help on using the changeset viewer.