~mpt/software-center/help-3.0

« back to all changes in this revision

Viewing changes to test/test_addons.py

  • Committer: Michael Vogt
  • Date: 2010-09-07 12:36:33 UTC
  • Revision ID: michael.vogt@ubuntu.com-20100907123633-erk590g430ee740d
test/test_addons.py: fix test

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
        # synaptic
24
24
        res = self.cache.get_addons("synaptic")
25
25
        # FIXME: kdebase?!?!?! that is rather unneeded
26
 
        self.assertEqual(res, (["kdebase-bin"],
27
 
                               ["dwww", "deborphan", "menu"]))
 
26
        self.assertEqual(res, (
 
27
                ["kdebase-bin", 'libgnome2-perl', 'rarian-compat'],
 
28
                ["dwww", "deborphan", "menu"]))
28
29
 
29
30
 
30
31
    def test_enhances(self):