~cimi/unity8/card_touchdown

« back to all changes in this revision

Viewing changes to tests/autopilot/unity8/application_lifecycle/tests/test_url_dispatcher.py

  • Committer: Andrea Cimitan
  • Date: 2014-06-20 15:02:12 UTC
  • mfrom: (917.1.36 obeyArtShapeFixedSize)
  • Revision ID: andrea.cimitan@gmail.com-20140620150212-an6nkcv515i22usy
Merged albert branch with fixes for icon size

Show diffs side-by-side

added added

removed removed

Lines of Context:
33
33
        if platform.model() == 'Desktop':
34
34
            self.skipTest("URL dispatcher doesn't work on the desktop.")
35
35
        super(URLDispatcherTestCase, self).setUp()
 
36
        self.launch_unity()
36
37
 
37
38
    def test_swipe_out_application_started_by_url_dispatcher(self):
38
39
        _, desktop_file_path = self.create_test_application()