~ubuntu-sdk-team/ubuntu-ui-toolkit/orientationManual

« back to all changes in this revision

Viewing changes to tests/autopilot/ubuntuuitoolkit/tests/custom_proxy_objects/test_main_view.py

  • Committer: Christian Dywan
  • Date: 2015-04-02 16:00:37 UTC
  • Revision ID: christian@twotoasts.de-20150402160037-hywcni94p9pq3m1w
Revise AP tests for consistency and comments for clarity

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
        self.assertEqual(
78
78
            str(error), 'The MainView has no Tabs.')
79
79
 
 
80
    def test_set_orientation(self):
 
81
        self.main_view.set_orientation('Landscape')
 
82
        self.main_view.set_orientation('Portrait')
 
83
        # FIXME: There's no way to verify the outcome using this API
 
84
 
80
85
 
81
86
class MainView12TestCase(tests.QMLStringAppTestCase):
82
87