Automatically cleanup storage created for export collateral tests.
This commit is contained in:
parent
6e574a9e6b
commit
409e3a3f6c
1 changed files with 1 additions and 1 deletions
|
|
@ -526,7 +526,7 @@ cmp_deeply(
|
||||||
################################################################
|
################################################################
|
||||||
|
|
||||||
my $exportStorage = WebGUI::Storage->create($session);
|
my $exportStorage = WebGUI::Storage->create($session);
|
||||||
#WebGUI::Test->storagesToDelete($exportStorage);
|
WebGUI::Test->storagesToDelete($exportStorage);
|
||||||
my $basedir = Path::Class::Dir->new($exportStorage->getPath);
|
my $basedir = Path::Class::Dir->new($exportStorage->getPath);
|
||||||
$exportStorage->addFileFromScalar('index', 'export story archive content');
|
$exportStorage->addFileFromScalar('index', 'export story archive content');
|
||||||
my $assetDir = $basedir->subdir('mystories');
|
my $assetDir = $basedir->subdir('mystories');
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue