Rev 4803: 2.1.0b4-win32-set-parent was accepted in http://bazaar.launchpad.net/~jameinel/bzr/2.1.0b4-win32-accepted

John Arbash Meinel john at arbash-meinel.com
Mon Nov 16 20:01:51 GMT 2009


At http://bazaar.launchpad.net/~jameinel/bzr/2.1.0b4-win32-accepted

------------------------------------------------------------
revno: 4803 [merge]
revision-id: john at arbash-meinel.com-20091116200146-q4xxmhqn2q6j9ypl
parent: john at arbash-meinel.com-20091116200025-vpz9y74rajdh51uv
parent: john at arbash-meinel.com-20091108030033-y5u0x7rpxbu5jsys
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.1.0b4-win32-accepted
timestamp: Mon 2009-11-16 14:01:46 -0600
message:
  2.1.0b4-win32-set-parent was accepted
modified:
  bzrlib/tests/per_branch/test_parent.py test_parent.py-20050830052751-5e62766623c32222
-------------- next part --------------
=== modified file 'bzrlib/tests/per_branch/test_parent.py'
--- a/bzrlib/tests/per_branch/test_parent.py	2009-04-15 03:45:24 +0000
+++ b/bzrlib/tests/per_branch/test_parent.py	2009-11-08 03:00:33 +0000
@@ -96,11 +96,11 @@
         if sys.platform != 'win32':
             raise TestSkipped('windows-specific test')
         b = self.make_branch('.')
-        base_url = b.abspath('.')
+        base_url = b.bzrdir.transport.abspath('.')
         if not base_url.startswith('file:///'):
             raise TestNotApplicable('this test should be run with local base')
         base = urlutils.local_path_from_url(base_url)
-        other = 'file:///B:/path'
+        other = 'file:///D:/path'
         if base[0] != 'C':
             other = 'file:///C:/path'
         b.set_parent(other)



More information about the bazaar-commits mailing list