~gary-lasker/software-center/disable-find-it-for-3.0

« back to all changes in this revision

Viewing changes to test/test_addons.py

  • Committer: Michael Vogt
  • Date: 2010-10-13 15:08:42 UTC
  • Revision ID: michael.vogt@ubuntu.com-20101013150842-fn92rv9nd806bm23
Tags: 3.0.5
releasing version 3.0.5

Show diffs side-by-side

added added

removed removed

Lines of Context:
19
19
        self.assertEqual(res, ([], ["p7zip-rar"]))
20
20
        # apt has no relevant ones
21
21
        res = self.cache.get_addons("apt")
22
 
        self.assertEqual(res, ([], ["apt-doc", "wajig"]))
 
22
        self.assertEqual(res, ([], ["apt-doc", "wajig", "aptitude"]))
23
23
        # synaptic
24
24
        res = self.cache.get_addons("synaptic")
25
25
        # FIXME: kdebase?!?!?! that is rather unneeded