~mzanetti/unity8/fix-1648251

« back to all changes in this revision

Viewing changes to tests/autopilot/unity8/greeter/tests/test_args.py

  • Committer: Michael Zanetti
  • Date: 2016-10-13 11:02:11 UTC
  • mfrom: (2525.1.132 unity8)
  • Revision ID: michael.zanetti@canonical.com-20161013110211-tj2gly2dxaqj5t2e
merge trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
35
35
        shell = self.get_shell(unity_proxy)
36
36
        self.assertTrue(shell.mode == 'full-shell')
37
37
 
38
 
    def test_greeter_mode(self):
39
 
        unity_proxy = self.launch_unity(mode='greeter')
40
 
        shell = self.get_shell(unity_proxy)
41
 
        self.assertTrue(shell.mode == 'greeter')
42
 
 
43
38
    def test_nonexistent_mode(self):
44
39
        unity_proxy = self.launch_unity(mode=self.NONEXISTENT_MODE)
45
40
        shell = self.get_shell(unity_proxy)