~elopio/reminders-app/fix1302324-copyright

« back to all changes in this revision

Viewing changes to tests/autopilot/reminders/tests/__init__.py

  • Committer: Tarmac
  • Author(s): Dan Chapman
  • Date: 2014-04-01 11:40:47 UTC
  • mfrom: (93.1.4 reminders-app)
  • Revision ID: tarmac-20140401114047-762vxg3q5ikqcz7o
removed -q option from src/app/main.cpp and autopilot/reminders/tests/__init__.py

Now looks for reminders.qml in relation to the path of the application executable.

Approved by Ubuntu Phone Apps Jenkins Bot, Michael Zanetti.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
        scenarios = [('with touch', dict(input_device_class=Touch))]
44
44
 
45
45
    local_location_binary = "../../src/app/reminders"
46
 
    local_location_qml = "../../src/app/qml/reminders.qml"
47
46
    installed_location_binary= "/usr/bin/reminders"
48
47
    installed_location_qml = "/usr/share/reminders/qml/reminders.qml"
49
48
 
62
61
        logger.debug("Launching via local")
63
62
        self.app = self.launch_test_application(
64
63
            self.local_location_binary,
65
 
            "-q " + self.local_location_qml,
66
64
            app_type='qt',
67
65
            emulator_base=toolkit_emulators.UbuntuUIToolkitEmulatorBase)
68
66