~macslow/unity8/shellRotation

« back to all changes in this revision

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

  • Committer: Mirco Müller
  • Date: 2015-04-15 11:37:00 UTC
  • mfrom: (1544.18.80 shellRotation)
  • Revision ID: mirco.mueller@ubuntu.com-20150415113700-rbhhinq6o7tj987l
Merged with unity-team's shellRotation branch and fixed conflicts.

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
from unity8.indicators import tests
27
27
 
28
28
 
29
 
class DisplayIndicatorTestCase(tests.IndicatorTestCase):
 
29
class DisplayIndicatorTestCase(tests.DeviceIndicatorTestCase):
 
30
 
 
31
    scenarios = tests.IndicatorTestCase.device_emulation_scenarios
30
32
 
31
33
    def test_indicator_icon_must_be_visible_after_rotation_locked(self):
32
34
        rotation_unlocked = fixture_setup.DisplayRotationLock(False)