~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_generate_ids.py

remove all trailing whitespace from bzr source

Show diffs side-by-side

added added

removed removed

Lines of Context:
52
52
        self.assertStartsWith(gen_file_id('..gam.py'), 'gam.py-')
53
53
        self.assertStartsWith(gen_file_id('..Mwoo oof\t m'), 'mwoooofm-')
54
54
 
55
 
        # we remove unicode characters, and still don't end up with a 
 
55
        # we remove unicode characters, and still don't end up with a
56
56
        # hidden file id
57
57
        self.assertStartsWith(gen_file_id(u'\xe5\xb5.txt'), 'txt-')
58
58