~xubuntu-dev/ubiquity/lp1437180_feh

« back to all changes in this revision

Viewing changes to tests/test_usersetup.py

  • Committer: Colin Watson
  • Date: 2012-11-22 16:27:21 UTC
  • Revision ID: cjwatson@canonical.com-20121122162721-q1ykdeiuxy1dq38w
Huge pile of minor changes to make ubiquity compatible with pep8 1.3.

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
            'hostname_error_badchar',
78
78
            'hostname_error_badhyphen',
79
79
            'hostname_error_baddots',
80
 
            ], '-abc..123$' + 'a' * 64)
 
80
        ], '-abc..123$' + 'a' * 64)
81
81
        self.assertHostnameErrors([], 'abc123')
82
82
 
83
83
    def assertUsernameErrors(self, errors, username):