At file:///data/jelmer/bzr-svn/trunk/
------------------------------------------------------------
revno: 1824
revision-id: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: Jelmer Vernooij <[EMAIL PROTECTED]>
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})
--
bazaar-commits mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/bazaar-commits