Automatically cleanup storage created for export collateral tests.

This commit is contained in:
Colin Kuskie 2009-04-24 22:41:39 +00:00
parent 6e574a9e6b
commit 409e3a3f6c

View file

@ -526,7 +526,7 @@ cmp_deeply(
################################################################
my $exportStorage = WebGUI::Storage->create($session);
#WebGUI::Test->storagesToDelete($exportStorage);
WebGUI::Test->storagesToDelete($exportStorage);
my $basedir = Path::Class::Dir->new($exportStorage->getPath);
$exportStorage->addFileFromScalar('index', 'export story archive content');
my $assetDir = $basedir->subdir('mystories');