~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/blackbox.py

  • Committer: Robert Collins
  • Date: 2005-09-29 02:01:49 UTC
  • Revision ID: robertc@robertcollins.net-20050929020149-1ff16722c6a01b2c
reenable remotebranch tests

Show diffs side-by-side

added added

removed removed

Lines of Context:
227
227
        os.chdir('b')
228
228
        self.runbzr('commit -m foo --unchanged')
229
229
        os.chdir('..')
230
 
        shutil.rmtree('a/.bzr/revision-store')
231
230
        # naughty - abstraction violations RBC 20050928  
232
 
        shutil.rmtree('a/.bzr/inventory-store', ignore_errors=True)
233
 
        shutil.rmtree('a/.bzr/text-store', ignore_errors=True)
 
231
        print "test_branch used to delete the stores, how is this meant to work ?"
 
232
        #shutil.rmtree('a/.bzr/revision-store')
 
233
        #shutil.rmtree('a/.bzr/inventory-store', ignore_errors=True)
 
234
        #shutil.rmtree('a/.bzr/text-store', ignore_errors=True)
234
235
        self.runbzr('branch a d --basis b')
235
236
 
236
237
    def test_merge(self):