~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_status.py

Fix commit message template for non-ascii files, and add test for handling of
non-unicode.

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
    
38
38
    def test_branch_status(self): 
39
39
        """Test basic branch status"""
40
 
        from cStringIO import StringIO
41
40
        from bzrlib.status import show_status
42
41
        from bzrlib.branch import Branch
43
42