~mvo/software-center/installed-view-speedup

« back to all changes in this revision

Viewing changes to test/test_reinstall_purchased.py

  • Committer: Michael Vogt
  • Date: 2012-02-15 18:02:04 UTC
  • Revision ID: michael.vogt@ubuntu.com-20120215180204-jbt181fmvh4imfk5
test/test_reinstall_purchased.py: remove "tags" as its no longer needed, its debtags on the agent now

Show diffs side-by-side

added added

removed removed

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