~mvo/software-center/size-calculation-via-aptdaemon-5.2

« back to all changes in this revision

Viewing changes to test/test_addons.py

  • Committer: Michael Vogt
  • Date: 2012-05-31 08:42:11 UTC
  • Revision ID: michael.vogt@ubuntu.com-20120531084211-g2i9b6jwhch81xsq
releasing version 5.2.3

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
        self.cache = get_pkg_info()
16
16
        self.cache.open()
17
17
 
 
18
    @unittest.skip("disabled until fixture setup is done")
18
19
    def test_get_addons_simple(self):
19
20
        # 7zip
20
21
        res = self.cache.get_addons("p7zip-full", ignore_installed=False)