From ddf9b7e13b6c7703897c01949fa0fc0a747d5302 Mon Sep 17 00:00:00 2001 From: Scott Walters Date: Wed, 25 Aug 2010 08:18:24 -0400 Subject: [PATCH] A Story should have a Wobject::Folder for a direct parent with StoryArchive above that. Otherwise the Story can't render itself. --- t/tests/Test/WebGUI/Asset/Story.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/tests/Test/WebGUI/Asset/Story.pm b/t/tests/Test/WebGUI/Asset/Story.pm index 49feb5e9b..0c26db17d 100644 --- a/t/tests/Test/WebGUI/Asset/Story.pm +++ b/t/tests/Test/WebGUI/Asset/Story.pm @@ -21,7 +21,7 @@ sub list_of_tables { } sub parent_list { - return ['WebGUI::Asset::Wobject::StoryArchive']; + return ['WebGUI::Asset::Wobject::StoryArchive', 'WebGUI::Asset::Wobject::Folder']; } sub t_11_getEditForm : Tests {