- Timestamp:
- 05/24/09 12:15:55 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MailerContrib/test/unit/MailerContrib/MailerContribSuite.pm
r3944 r3974 20 20 TestTopic122 => "r1->r2", 21 21 TestTopic1221 => "r1->r2", 22 TestTopic2=> "r2->r3",23 TestTopic21=> "r1->r2",22 'TestTopic2' => "r2->r3", 23 'TestTopic21' => "r1->r2", 24 24 ); 25 25 … … 34 34 TestTopic122 => "That danged robot", 35 35 TestTopic1221 => "What's up, Buck?", 36 TestTopic2=> "roast my nipple-nuts",37 TestTopic21=> "smoke me a kipper, I'll be back for breakfast",36 'TestTopic2' => "roast my nipple-nuts", 37 'TestTopic21' => "smoke me a kipper, I'll be back for breakfast", 38 38 39 39 # High-bit chars - assumes {Site}{CharSet} is set for a high-bit … … 145 145 { 146 146 email => "email4\@example.com", 147 entry => "email4\@example.com: TestTopic1 (0), TestTopic2(3)",147 entry => "email4\@example.com: TestTopic1 (0), 'TestTopic2' (3)", 148 148 topicsout => "TestTopic1 TestTopic2 TestTopic21" 149 149 }, … … 153 153 email => "email5\@example.com", 154 154 entry => 155 "email5\@example.com: TestTopic1 + TestTopic2(3), -TestTopic21",155 "email5\@example.com: TestTopic1 + 'TestTopic2'(3), -'TestTopic21'", 156 156 topicsout => "TestTopic1 TestTopic2" 157 157 }, … … 167 167 { 168 168 email => "email7\@example.com", 169 entry => "email7\@example.com: TestTopic*1 - \\\n TestTopic2*",169 entry => "email7\@example.com: TestTopic*1 - \\\n 'TestTopic2*'", 170 170 topicsout => "TestTopic1 TestTopic11 TestTopic121", 171 171 }, … … 338 338 ( $meta, $text ) = Foswiki::Func::readTopic( $web, "TestTopic2" ); 339 339 Foswiki::Func::saveTopic( $web, "TestTopic2", $meta, 340 $finalText{ TestTopic2}, { forcenewrevision => 1 } );340 $finalText{'TestTopic2'}, { forcenewrevision => 1 } ); 341 341 342 342 ( $meta, $text ) = Foswiki::Func::readTopic( $web, "TestTopic21" ); 343 343 Foswiki::Func::saveTopic( $web, "TestTopic21", $meta, 344 $finalText{ TestTopic21}, { forcenewrevision => 1 } );344 $finalText{'TestTopic21'}, { forcenewrevision => 1 } ); 345 345 346 346 # wait a wee bit more for the clock to tick over again
Note: See TracChangeset
for help on using the changeset viewer.
