Skip to content

Commit

Permalink
Item9278: FuncTests.pm leaves behind a test file in working/tmp
Browse files Browse the repository at this point in the history
git-svn-id: http://svn.foswiki.org/trunk@8084 0b4bb1d4-4e5a-0410-9cc4-b2b747904278
  • Loading branch information
GeorgeClark authored and GeorgeClark committed Jul 9, 2010
1 parent 7fb5732 commit 0c1f0ca
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions UnitTestContrib/test/unit/FuncTests.pm
Expand Up @@ -1515,6 +1515,7 @@ sub test_getAttachmentList {
comment => "a comment"
);
$meta->save();
unlink $f;
my @list = Foswiki::Func::getAttachmentList(
$this->{test_web}, $this->{test_topic});
my $list = join(' ', @list);
Expand Down

0 comments on commit 0c1f0ca

Please sign in to comment.