212 ('security', management.SecurityManagementView), |
212 ('security', management.SecurityManagementView), |
213 ('table', tableview.TableView), |
213 ('table', tableview.TableView), |
214 ('text', baseviews.TextView), |
214 ('text', baseviews.TextView), |
215 ('treeview', treeview.TreeView), |
215 ('treeview', treeview.TreeView), |
216 ('vcard', vcard.VCardCWUserView), |
216 ('vcard', vcard.VCardCWUserView), |
217 ('wfhistory', workflow.WFHistoryView), |
|
218 ('xbel', xbel.XbelView), |
217 ('xbel', xbel.XbelView), |
219 ('xml', xmlrss.XMLView), |
218 ('xml', xmlrss.XMLView), |
220 ]) |
219 ]) |
221 |
220 |
222 def test_possible_actions_none_rset(self): |
221 def test_possible_actions_none_rset(self): |