/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_msgeditor.py

  • Committer: Wouter van Heyst
  • Date: 2006-06-06 16:16:09 UTC
  • mto: This revision was merged to the branch mainline in revision 1752.
  • Revision ID: larstiq@larstiq.dyndns.org-20060606161609-6c14b8aaef2fe0be
working on get_parent, set_parent and relative urls, broken

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
        else:
128
128
            os.environ['BZR_EDITOR'] = 'rm'
129
129
 
130
 
        self.assertRaises(IOError, bzrlib.msgeditor.edit_commit_message, '')
 
130
        self.assertRaises((IOError, OSError), bzrlib.msgeditor.edit_commit_message, '')
131
131
 
132
132
    def test__get_editor(self):
133
133
        # Test that _get_editor can return a decent list of items