Remove test for old RSS method that no longer exists.

This commit is contained in:
Colin Kuskie 2010-04-19 08:41:48 -07:00
parent 54583d2308
commit c0361fda0e

View file

@ -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