~gary-lasker/software-center/title-summary-fixes

« back to all changes in this revision

Viewing changes to test/test_addons.py

  • Committer: Michael Vogt
  • Date: 2010-09-10 18:40:17 UTC
  • Revision ID: michael.vogt@ubuntu.com-20100910184017-kalwm0yfgy2ktii4
Tags: 2.1.18.1
releasing version 2.1.18.1

Show diffs side-by-side

added added

removed removed

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