From 409e3a3f6cb5d11d794044111eb8ae29b8a9b17c Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Fri, 24 Apr 2009 22:41:39 +0000 Subject: [PATCH] Automatically cleanup storage created for export collateral tests. --- t/Asset/Wobject/StoryArchive.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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');