Skip to content

Commit

Permalink
Item9278: Rename some test webs so that -clean can clean up after
Browse files Browse the repository at this point in the history
aborted test

git-svn-id: http://svn.foswiki.org/trunk@8082 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Jul 8, 2010
1 parent 9262aec commit 2f94369
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion UnitTestContrib/test/unit/HierarchicalWebsTests.pm
Expand Up @@ -8,7 +8,7 @@ use Foswiki;
use Error qw( :try );

# Make sure it's a wikiname so we can check squab handling
my $testWeb = 'HierarchicalWebsTestsTestWeb';
my $testWeb = 'TemporaryHierarchicalWebsTestsTestWeb';
my $testWebSubWeb = 'SubWeb';
my $testWebSubWebPath = $testWeb . '/' . $testWebSubWeb;
my $testTopic = 'Topic';
Expand Down
2 changes: 1 addition & 1 deletion UnitTestContrib/test/unit/MetaTests.pm
Expand Up @@ -34,7 +34,7 @@ my $args2 = {
value => "3"
};

my $web = "ZoopyDoopy";
my $web = "TemporaryZoopyDoopy";
my $topic = "NoTopic";
my $m1;
my $session;
Expand Down

0 comments on commit 2f94369

Please sign in to comment.