Rev 6517: branch_builder builds in the branch/repository location, not in the wt location. in http://bazaar.launchpad.net/~jameinel/bzr/2.5-remote-wt-tests-1046697
John Arbash Meinel
john at arbash-meinel.com
Thu Sep 6 09:53:17 UTC 2012
At http://bazaar.launchpad.net/~jameinel/bzr/2.5-remote-wt-tests-1046697
------------------------------------------------------------
revno: 6517
revision-id: john at arbash-meinel.com-20120906095253-xj3e8tbrs81ss2e7
parent: john at arbash-meinel.com-20120906094806-ds5f71k51hbgs4m2
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.5-remote-wt-tests-1046697
timestamp: Thu 2012-09-06 13:52:53 +0400
message:
branch_builder builds in the branch/repository location, not in the wt location.
-------------- next part --------------
=== modified file 'bzrlib/tests/per_workingtree/test_workingtree.py'
--- a/bzrlib/tests/per_workingtree/test_workingtree.py 2012-09-06 09:48:06 +0000
+++ b/bzrlib/tests/per_workingtree/test_workingtree.py 2012-09-06 09:52:53 +0000
@@ -70,7 +70,7 @@
def test_branch_builder(self):
# Just a smoke test that we get a branch at the specified relpath
builder = self.make_branch_builder('foobar')
- br = branch.Branch.open('foobar')
+ br = branch.Branch.open(self.get_url('foobar'))
def test_list_files(self):
tree = self.make_branch_and_tree('.')
More information about the bazaar-commits
mailing list