~mmcg069/software-center/star-tweaks

« back to all changes in this revision

Viewing changes to test/test_custom_lists.py

  • Committer: Matthew McGowan
  • Date: 2011-04-02 00:09:53 UTC
  • mfrom: (1556.1.65 trunk)
  • Revision ID: matthew.joseph.mcgowan@gmail.com-20110402000953-uxeempz22lurkmms
merge w trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
67
67
        # check that the status bar indicates the correct number of packages
68
68
        # in the list
69
69
        status_bar_text = self.app.label_status.get_text()
70
 
        # TODO: the following is commented temporarily as this test currently fails
71
 
        # self.assertTrue(status_bar_text.startswith("3"))
 
70
        self.assertTrue(status_bar_text.startswith("3"))
72
71
        
73
72
        # TODO: test action bar functionality
74
73