From c0361fda0e64c502f78107f6eb14287dab9e8cde Mon Sep 17 00:00:00 2001 From: Colin Kuskie Date: Mon, 19 Apr 2010 08:41:48 -0700 Subject: [PATCH] Remove test for old RSS method that no longer exists. --- t/Asset/Asset.t | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/t/Asset/Asset.t b/t/Asset/Asset.t index 3bcc37c24..d9938853d 100644 --- a/t/Asset/Asset.t +++ b/t/Asset/Asset.t @@ -152,7 +152,7 @@ $canViewMaker->prepare( }, ); -plan tests => 127 +plan tests => 126 + scalar(@fixIdTests) + scalar(@fixTitleTests) + 2*scalar(@getTitleTests) #same tests used for getTitle and getMenuTitle @@ -612,14 +612,6 @@ is($fixTitleAsset->getUiLevel, 8, 'getUiLevel: Snippet has a configured uiLevel } -################################################################ -# -# isValidRssItem -# -################################################################ - -is($canViewAsset->isValidRssItem, 1, 'isValidRssItem: By default, all Assets are valid RSS items'); - ################################################################ # # getEditTabs