diff --git a/t/Asset/Wobject/StoryArchive.t b/t/Asset/Wobject/StoryArchive.t index 0c736e3e3..1fcad7ad6 100644 --- a/t/Asset/Wobject/StoryArchive.t +++ b/t/Asset/Wobject/StoryArchive.t @@ -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');