Rev 4479: Convert Robert's proper test into a KnownFailure for now. in http://bazaar.launchpad.net/~jameinel/bzr/bug-390563

John Arbash Meinel john at arbash-meinel.com
Thu Jun 25 15:50:41 BST 2009


At http://bazaar.launchpad.net/~jameinel/bzr/bug-390563

------------------------------------------------------------
revno: 4479
revision-id: john at arbash-meinel.com-20090625145026-lxddqhqx10ffyy49
parent: john at arbash-meinel.com-20090625144813-7uxhjg41f7y0r7uh
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: bug-390563
timestamp: Thu 2009-06-25 09:50:26 -0500
message:
  Convert Robert's proper test into a KnownFailure for now.
-------------- next part --------------
=== modified file 'bzrlib/tests/test_chk_map.py'
--- a/bzrlib/tests/test_chk_map.py	2009-06-25 14:48:13 +0000
+++ b/bzrlib/tests/test_chk_map.py	2009-06-25 14:50:26 +0000
@@ -2188,6 +2188,12 @@
             right_map._dump_tree())
         # Keys from the right side target - none, the root is enough.
         # Test behaviour
+        self.expectFailure("we don't properly filter different depths",
+            self.assertIterInteresting,
+            [(left, []),
+             (right, []),
+             (l_d_key, [(('ddd',), 'change')]),
+            ], [left, right], [basis])
         self.assertIterInteresting(
             [(left, []),
              (right, []),



More information about the bazaar-commits mailing list