~evfool/software-center/expandlatest

« back to all changes in this revision

Viewing changes to test/test_custom_lists.py

  • Committer: Michael Vogt
  • Date: 2011-03-31 11:56:54 UTC
  • mfrom: (1535.1.52 tweaks)
  • Revision ID: michael.vogt@ubuntu.com-20110331115654-a67qigtupmx85fku
merged from kiwinote, many thanks

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