~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_too_much.py

Merge from 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