~feng-kylin/unity8/fix-lp1413791

« back to all changes in this revision

Viewing changes to tests/autopilot/unity8/indicators/tests/__init__.py

Merged with unity-team's shellRotation branch and fixed conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
    device_emulation_scenarios = tests._get_device_emulation_scenarios()
28
28
 
29
29
    def setUp(self):
 
30
        super().setUp()
 
31
        self.unity_proxy = self.launch_unity()
 
32
        process_helpers.unlock_unity(self.unity_proxy)
 
33
 
 
34
class DeviceIndicatorTestCase(IndicatorTestCase):
 
35
 
 
36
    def setUp(self):
30
37
        if platform.model() == 'Desktop':
31
38
            self.skipTest('Test cannot be run on the desktop.')
32
39
        super().setUp()