Skip to content

Commit

Permalink
Item11135: CommentPlugin Foswiki::Meta purge
Browse files Browse the repository at this point in the history
Conflicts:

	test/unit/CommentPlugin/CommentPluginTests.pm

git-svn-id: http://svn.foswiki.org/branches/Release01x01@13962 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
PaulHarvey authored and PaulHarvey committed Feb 12, 2012
1 parent f9a25fb commit 964fe9e
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions CommentPlugin/test/unit/CommentPlugin/CommentPluginTests.pm
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@ package CommentPluginTests;

use strict;
use warnings;
use FoswikiFnTestCase;
use FoswikiFnTestCase();
our @ISA = qw( FoswikiFnTestCase );

use Unit::Request;
use Unit::Response;
use Foswiki;
use Foswiki::UI::Save;
use Foswiki::Plugins::CommentPlugin;
use Foswiki::Plugins::CommentPlugin::Comment;
use Unit::Request();
use Unit::Response();
use Foswiki();
use Foswiki::UI::Save();
use Foswiki::Plugins::CommentPlugin();
use Foswiki::Plugins::CommentPlugin::Comment();
use CGI;

# Set up the test fixture
Expand All @@ -23,8 +23,8 @@ sub set_up {

$this->{target_web} = "$this->{test_web}Target";
$this->{target_topic} = "$this->{test_topic}Target";
my $webObject = Foswiki::Meta->new( $this->{session}, $this->{target_web} );
$webObject->populateNewWeb();
my $webObject = $this->populateNewWeb( $this->{target_web} );
$webObject->finish();

return;
}
Expand Down

0 comments on commit 964fe9e

Please sign in to comment.