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