~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-09-24 10:27:45 UTC
  • mfrom: (2851.1.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20070924102745-ohorpye5tifec1q3
Fix #141382 by comparing real paths and various OSX fixes

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