~mvo/software-center/get-installed-apps-instead-of-pkgs

« back to all changes in this revision

Viewing changes to test/test_reinstall_purchased.py

  • Committer: Michael Vogt
  • Date: 2012-02-15 16:44:08 UTC
  • Revision ID: michael.vogt@ubuntu.com-20120215164408-hjwyd0ed3c4usa15
test/test_reinstall_purchased.py: fix test now that the new scagent is deployed

Show diffs side-by-side

added added

removed removed

Lines of Context:
162
162
            (val, key) for key, val in SCAApplicationParser.MAPPING.items())
163
163
 
164
164
        # Delete the keys which are not yet provided via the API:
165
 
        del(inverse_map['video_url'])
166
 
        del(inverse_map['tags'])
 
165
        del(inverse_map['video_embedded_html_url'])
167
166
 
168
167
        for key in inverse_map:
169
168
            self.assertTrue(parser.has_option_desktop(inverse_map[key]),