Skip to content

Commit

Permalink
Item9278: More web renaming so that -clean will actually clean up old
Browse files Browse the repository at this point in the history
tests

git-svn-id: http://svn.foswiki.org/trunk@8085 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Jul 9, 2010
1 parent 0c1f0ca commit 28d0c62
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Expand Up @@ -17,7 +17,7 @@ sub set_up {
my $this = shift;
$this->SUPER::set_up();

$this->{target_web} = 'TestSpreadSheet' || "$this->{test_web}Target";
$this->{target_web} = 'TemporaryTestSpreadSheet' || "$this->{test_web}Target";
$this->{target_topic} = 'SpreadSheetTestTopic'
|| "$this->{test_topic}Target";

Expand Down
2 changes: 1 addition & 1 deletion UnitTestContrib/test/unit/InitFormTests.pm
Expand Up @@ -41,7 +41,7 @@ use Unit::Request;
use Unit::Response;
use Error qw( :try );

my $testweb = "TestWeb";
my $testweb = "TemporaryTestWeb";
my $testtopic1 = "InitTestTopic1";
my $testtopic2 = "InitTestTopic2";
my $testtopic3 = "InitTestTopic3";
Expand Down
2 changes: 1 addition & 1 deletion UnitTestContrib/test/unit/StoreTests.pm
Expand Up @@ -29,7 +29,7 @@ sub new {
return $self;
}

my $web = "TestStoreWeb";
my $web = "TemporaryTestStoreWeb";
my $topic = "TestStoreTopic";

sub set_up {
Expand Down

0 comments on commit 28d0c62

Please sign in to comment.