172 ('security', management.SecurityManagementView), |
172 ('security', management.SecurityManagementView), |
173 ('table', tableview.TableView), |
173 ('table', tableview.TableView), |
174 ('text', baseviews.TextView), |
174 ('text', baseviews.TextView), |
175 ('treeview', treeview.TreeView), |
175 ('treeview', treeview.TreeView), |
176 ('vcard', vcard.VCardCWUserView), |
176 ('vcard', vcard.VCardCWUserView), |
|
177 ('wfhistory', workflow.WFHistoryView), |
177 ('xbel', xbel.XbelView), |
178 ('xbel', xbel.XbelView), |
178 ('xml', xmlrss.XMLView), |
179 ('xml', xmlrss.XMLView), |
179 ]) |
180 ]) |
180 |
181 |
181 def test_possible_actions_none_rset(self): |
182 def test_possible_actions_none_rset(self): |