Ignore:
Timestamp:
Jul 31, 2009 11:38:15 AM (15 years ago)
Author:
piv
Message:

basically implement content tabs functionality, add show_icons setting

File:
1 edited

Legend:

Unmodified
Added
Removed
  • quintagroup.dropdownmenu/trunk/quintagroup/dropdownmenu/tests/test_controlpanel.py

    r1181 r1197  
    2727        self.failUnless('dropdownmenu' in [a.getAction(self)['id'] 
    2828                            for a in self.controlpanel.listActions()]) 
     29 
     30    def test_show_icons(self): 
     31        # Check show_icons record 
     32        show_icons = self.registry.records[IPREFIX+'show_icons'] 
     33 
     34        self.failUnless('show_icons' in IDropDownMenuSettings) 
     35        self.assertEquals(self.registry[IPREFIX+'show_icons'], False) 
    2936 
    3037    def test_show_content_tabs(self): 
Note: See TracChangeset for help on using the changeset viewer.