/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

« back to all changes in this revision

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

  • Committer: Robert Collins
  • Date: 2009-08-25 19:29:41 UTC
  • mfrom: (4648 +trunk)
  • mto: This revision was merged to the branch mainline in revision 4649.
  • Revision ID: robertc@robertcollins.net-20090825192941-x2kg9ikhsapjbs7b
Merge bzr.dev.

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
            tree.unlock()
32
32
 
33
33
    def test_flush_when_inventory_is_modified(self):
 
34
        # This takes a write lock on the source tree, then opens a second copy
 
35
        # and tries to grab a read lock, which is a bit bogus
 
36
        self.thisFailsStrictLockCheck()
34
37
        # when doing a flush the inventory should be written if needed.
35
38
        # we test that by changing the inventory (using
36
39
        # _set_inventory for now until add etc have lazy writes of