/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/blackbox/test_version_info.py

  • Committer: Andrej A Antonov
  • Date: 2010-09-29 12:13:52 UTC
  • mto: This revision was merged to the branch mainline in revision 5454.
  • Revision ID: polymorphm@gmail.com-20100929121352-jffrvmy4nu1c0iow
tiny simplification (remove unnecessary) in test 'blackbox.test_version_info.TestVersionInfo.test_non_ascii'

Show diffs side-by-side

added added

removed removed

Lines of Context:
157
157
        
158
158
        commit_message = u'Non-ascii message with character not in latin-1: \u1234'
159
159
        
160
 
        tree = self.make_branch_and_tree('branch')
161
 
        os.chdir('branch')
 
160
        tree = self.make_branch_and_tree('.')
162
161
        self.build_tree(['a_file'])
163
162
        tree.add('a_file')
164
163
        tree.commit(commit_message)