~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/per_workingtree/test_pull.py

  • Committer: Martin Pool
  • Date: 2011-04-15 07:01:22 UTC
  • mto: This revision was merged to the branch mainline in revision 5789.
  • Revision ID: mbp@sourcefrog.net-20110415070122-7x24skeadcm7wvut
Switch away from using failUnlessExists and failIfExists

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
        work.pull(trunk)
100
100
        self.assertLength(0, work.conflicts())
101
101
        # The directory removal should succeed
102
 
        self.failIfExists('work/dir')
 
102
        self.assertPathDoesNotExist('work/dir')