Rev 3656: in test_break_lock_breaks_physical_lock (abentley) in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Thu Aug 28 15:35:22 BST 2008


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 3656
revision-id: pqm at pqm.ubuntu.com-20080828143516-87uyghap1pw2xd1x
parent: pqm at pqm.ubuntu.com-20080828092217-98wmtek2p8cie8sc
parent: aaron at aaronbentley.com-20080828140612-zjeou3scpzdu69cn
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Thu 2008-08-28 15:35:16 +0100
message:
  in test_break_lock_breaks_physical_lock (abentley)
modified:
  bzrlib/tests/test_pack_repository.py test_pack_repository-20080801043947-eaw0e6h2gu75kwmy-1
    ------------------------------------------------------------
    revno: 3655.1.1
    revision-id: aaron at aaronbentley.com-20080828140612-zjeou3scpzdu69cn
    parent: pqm at pqm.ubuntu.com-20080828092217-98wmtek2p8cie8sc
    committer: Aaron Bentley <aaron at aaronbentley.com>
    branch nick: bzr.ab.integration
    timestamp: Thu 2008-08-28 10:06:12 -0400
    message:
      Fix test kipple in test_break_lock_breaks_physical_lock
    modified:
      bzrlib/tests/test_pack_repository.py test_pack_repository-20080801043947-eaw0e6h2gu75kwmy-1
=== modified file 'bzrlib/tests/test_pack_repository.py'
--- a/bzrlib/tests/test_pack_repository.py	2008-08-18 23:11:59 +0000
+++ b/bzrlib/tests/test_pack_repository.py	2008-08-28 14:06:12 +0000
@@ -413,6 +413,8 @@
     def test_break_lock_breaks_physical_lock(self):
         repo = self.make_repository('.', format=self.get_format())
         repo._pack_collection.lock_names()
+        repo.control_files.leave_in_place()
+        repo.unlock()
         repo2 = repository.Repository.open('.')
         self.assertTrue(repo.get_physical_lock_status())
         self.prepare_for_break_lock()




More information about the bazaar-commits mailing list