Rev 1824: Remove obsolete test for properties no longer set. in file:///data/jelmer/bzr-svn/trunk/

Jelmer Vernooij jelmer at samba.org
Sat Sep 6 05:54:28 BST 2008


At file:///data/jelmer/bzr-svn/trunk/

------------------------------------------------------------
revno: 1824
revision-id: jelmer at samba.org-20080906045426-1jxisk7mpmiv0ebi
parent: jelmer at samba.org-20080906045304-z3okih4wxpjae6l0
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sat 2008-09-06 06:54:26 +0200
message:
  Remove obsolete test for properties no longer set.
modified:
  tests/test_workingtree.py      test_workingtree.py-20060622191524-0di7bc3q1ckdbybb-1
=== modified file 'tests/test_workingtree.py'
--- a/tests/test_workingtree.py	2008-09-06 04:53:04 +0000
+++ b/tests/test_workingtree.py	2008-09-06 04:54:26 +0000
@@ -480,18 +480,6 @@
         tree.set_pending_merges([])
         self.assertEqual([lhs_parent_id], tree.get_parent_ids())
 
-    def test_set_pending_merges_prop(self):
-        self.make_client('a', 'dc')
-        self.build_tree({"dc/bl": None})
-        self.client_add("dc/bl")
-        
-        tree = WorkingTree.open("dc")
-        tree.set_pending_merges([
-            tree.branch.mapping.revision_id_foreign_to_bzr(("a-uuid-foo", 1, "branch/fpath")), "c"])
-        self.assertEqual(
-                "svn-v3-none:a-uuid-foo:branch%2Ffpath:1\tc\n",
-                self.client_get_prop("dc", "bzr:ancestry:v3-none"))
-
     def test_set_pending_merges_svk(self):
         self.make_client('a', 'dc')
         self.build_tree({"dc/bl": None})




More information about the bazaar-commits mailing list