Rev 1563: Fix test. in http://people.samba.org/bzr/jelmer/bzr-svn/trunk

Jelmer Vernooij jelmer at samba.org
Fri Aug 8 23:09:23 BST 2008


At http://people.samba.org/bzr/jelmer/bzr-svn/trunk

------------------------------------------------------------
revno: 1563
revision-id: jelmer at samba.org-20080808220921-3f3geqj747gv9t5g
parent: jelmer at samba.org-20080808214441-eo8rj88a58n2je26
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Sat 2008-08-09 00:09:21 +0200
message:
  Fix test.
modified:
  tests/test_blackbox.py         test_blackbox.py-20070325150839-d10llf8arptpcfl6-1
=== modified file 'tests/test_blackbox.py'
--- a/tests/test_blackbox.py	2008-08-08 21:44:41 +0000
+++ b/tests/test_blackbox.py	2008-08-08 22:09:21 +0000
@@ -39,7 +39,7 @@
 
     def test_branch_onerev(self):
         repos_url = self.make_client('d', 'de')
-        self.commit_something()
+        self.commit_something(repos_url)
         self.run_bzr("branch %s dc" % repos_url)
         self.check_output("2\n", "revno de")
         




More information about the bazaar-commits mailing list