Rev 1203: Use new commit editor in blackbox. in file:///data/jelmer/bzr-svn/fast-tests/

Jelmer Vernooij jelmer at samba.org
Thu Jun 5 03:12:47 BST 2008


At file:///data/jelmer/bzr-svn/fast-tests/

------------------------------------------------------------
revno: 1203
revision-id: jelmer at samba.org-20080605021247-ctvc6z4gkf6uuwim
parent: jelmer at samba.org-20080605020924-lzzzbdqownex1klq
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: fast-tests
timestamp: Thu 2008-06-05 04:12:47 +0200
message:
  Use new commit editor in blackbox.
modified:
  tests/test_blackbox.py         test_blackbox.py-20070325150839-d10llf8arptpcfl6-1
=== modified file 'tests/test_blackbox.py'
--- a/tests/test_blackbox.py	2008-06-04 15:20:12 +0000
+++ b/tests/test_blackbox.py	2008-06-05 02:12:47 +0000
@@ -27,7 +27,7 @@
 
 class TestBranch(ExternalBase, TestCaseWithSubversionRepository):
     def test_branch_empty(self):
-        repos_url = self.make_client('d', 'de')
+        repos_url = self.make_repository('d')
         self.run_bzr("branch %s dc" % repos_url)
 
     def test_branch_onerev(self):
@@ -39,7 +39,7 @@
         self.check_output("2\n", "revno de")
         
     def test_log_empty(self):
-        repos_url = self.make_client('d', 'de')
+        repos_url = self.make_repository('d')
         self.run_bzr('log %s' % repos_url)
 
     def test_dumpfile(self):
@@ -266,10 +266,10 @@
 
     def test_set_branching_scheme_local(self):
         self.make_fake_editor()
-        repos_url = self.make_client("a", "dc")
+        repos_url = self.make_repository("a")
         self.check_output("", 'svn-branching-scheme --set %s' % repos_url)
 
     def test_set_branching_scheme_global(self):
         self.make_fake_editor()
-        repos_url = self.make_client("a", "dc")
+        repos_url = self.make_repository("a")
         self.check_output("", 'svn-branching-scheme --repository-wide --set %s' % repos_url)




More information about the bazaar-commits mailing list