Remove test for old RSS method that no longer exists.
This commit is contained in:
parent
54583d2308
commit
c0361fda0e
1 changed files with 1 additions and 9 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue