Changeset 5375 for branches/Release01x00/WysiwygPlugin/test/unit/WysiwygPlugin/WysiwygPluginTests.pm
- Timestamp:
- 10/25/09 07:49:40 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Release01x00/WysiwygPlugin/test/unit/WysiwygPlugin/WysiwygPluginTests.pm
r4939 r5375 94 94 $query->method('GET'); 95 95 96 $Foswiki::Plugins::SESSION = new Foswiki( 'guest', $query ); 96 $this->{twiki}->finish(); 97 $this->{twiki} = new Foswiki( 'guest', $query ); 98 $Foswiki::Plugins::SESSION = $this->{twiki}; 97 99 98 100 # charset definition affects output, so it is a response method and … … 174 176 $this->assert( $text eq $out, 175 177 "'" . anal($out) . "' !=\n'" . anal($text) . "'" ); 178 $foswiki->finish(); 176 179 } 177 180 … … 226 229 $this->assert_str_equals( $text, $out, 227 230 "'" . anal($out) . "' !=\n'" . anal($text) . "'" ); 231 $foswiki->finish(); 228 232 } 229 233
Note: See TracChangeset
for help on using the changeset viewer.
