~mzanetti/unity8/fix-preview-collapsing

« back to all changes in this revision

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

merged with trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
            self.launch_test_local()
48
48
 
49
49
    def launch_test_local(self):
50
 
        os.environ['QML2_IMPORT_PATH'] = "../../builddir/plugins:../../builddir/modules"
51
50
        self.app = self.launch_test_application("../../builddir/src/Panel/Indicators/client/indicators-client", app_type='qt')
52
51
 
53
52
    def launch_test_installed(self):
54
 
        os.environ['QML2_IMPORT_PATH'] = "/usr/share/unity8/plugins:/usr/share/unity8/modules"
55
53
        self.app = self.launch_test_application("indicators-client", app_type='qt')
56
54
 
57
55
    def skipWrapper(*args, **kwargs):