/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_too_much.py

  • Committer: Robert Collins
  • Date: 2007-09-27 21:11:38 UTC
  • mfrom: (2871 +trunk)
  • mto: This revision was merged to the branch mainline in revision 2879.
  • Revision ID: robertc@robertcollins.net-20070927211138-ebsu1bo1qz9f1w8n
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
386
386
        chdir('branch1')
387
387
        self.run_bzr('init')
388
388
 
389
 
        self.assertEquals(self.run_bzr('root')[0].rstrip(),
390
 
                          pathjoin(self.test_dir, 'branch1'))
 
389
        self.assertIsSameRealPath(self.run_bzr('root')[0].rstrip(),
 
390
                                  pathjoin(self.test_dir, 'branch1'))
391
391
 
392
392
        progress("status of new file")
393
393