Changeset 5293 for branches/Release01x00/MailerContrib/test/unit/MailerContrib/MailerContribSuite.pm
- Timestamp:
- 10/17/09 12:13:49 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Release01x00/MailerContrib/test/unit/MailerContrib/MailerContribSuite.pm
r5288 r5293 358 358 359 359 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 ); 361 361 362 362 #print "REPORT\n",join("\n\n", @FoswikiFnTestCase::mails); … … 415 415 416 416 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 ); 418 418 419 419 #print "REPORT\n",join("\n\n", @FoswikiFnTestCase::mails); … … 542 542 $meta, "Before\n${s}After", $meta ); 543 543 Foswiki::Contrib::MailerContrib::mailNotify( [ $this->{test_web} ], 544 $this->{twiki}, 0, 0, 0 );544 $this->{twiki}, 0, undef, 0, 0 ); 545 545 546 546 my %matched; … … 571 571 $meta, "Before\n${s}After", $meta ); 572 572 Foswiki::Contrib::MailerContrib::mailNotify( [ $this->{test_web} ], 573 $this->{twiki}, 0, 0, 0 );573 $this->{twiki}, 0, undef, 0, 0 ); 574 574 575 575 my %matched;
Note: See TracChangeset
for help on using the changeset viewer.
