Rev 4631: Put back a test that needs unix relaxed behaviour. in http://people.canonical.com/~robertc/baz2.0/integration

Robert Collins robertc at robertcollins.net
Fri Aug 21 02:48:17 BST 2009


At http://people.canonical.com/~robertc/baz2.0/integration

------------------------------------------------------------
revno: 4631
revision-id: robertc at robertcollins.net-20090821014813-ohmq1q2oezuo0qkt
parent: robertc at robertcollins.net-20090821003348-r7w8dc8162tl7pa4
committer: Robert Collins <robertc at robertcollins.net>
branch nick: integration
timestamp: Fri 2009-08-21 11:48:13 +1000
message:
  Put back a test that needs unix relaxed behaviour.
=== modified file 'bzrlib/tests/per_workingtree/test_set_root_id.py'
--- a/bzrlib/tests/per_workingtree/test_set_root_id.py	2009-08-20 04:09:58 +0000
+++ b/bzrlib/tests/per_workingtree/test_set_root_id.py	2009-08-21 01:48:13 +0000
@@ -23,6 +23,9 @@
 class TestSetRootId(TestCaseWithWorkingTree):
 
     def test_set_and_read_unicode(self):
+        # This test tests that setting the root doesn't flush, so it
+        # deliberately tests concurrent access that isn't possible on windows.
+        self.thisFailsStrictLockCheck()
         tree = self.make_branch_and_tree('a-tree')
         # setting the root id allows it to be read via get_root_id.
         root_id = u'\xe5n-id'.encode('utf8')




More information about the bazaar-commits mailing list