Rev 1357: Add another info test. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4

Jelmer Vernooij jelmer at samba.org
Thu Jun 26 17:34:37 BST 2008


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

------------------------------------------------------------
revno: 1357
revision-id: jelmer at samba.org-20080626163437-bkhbajmdjd71eslh
parent: jelmer at samba.org-20080626162829-551ec6eiyk8gacqy
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Thu 2008-06-26 18:34:37 +0200
message:
  Add another info test.
modified:
  tests/test_blackbox.py         test_blackbox.py-20070325150839-d10llf8arptpcfl6-1
  workingtree.py                 workingtree.py-20060306120941-b083cb0fdd4a69de
=== modified file 'tests/test_blackbox.py'
--- a/tests/test_blackbox.py	2008-06-26 16:27:42 +0000
+++ b/tests/test_blackbox.py	2008-06-26 16:34:37 +0000
@@ -42,14 +42,14 @@
         repos_url = self.make_repository('d')
         self.run_bzr('log %s' % repos_url)
 
-    def test_info(self):
-        repos_url = self.make_repository('d')
-        self.run_bzr('info %s' % repos_url)
-
     def test_info_verbose(self):
         repos_url = self.make_repository('d')
         self.run_bzr('info -v %s' % repos_url)
 
+    def test_info_workingtree(self):
+        repos_url = self.make_client('d', 'dc')
+        self.run_bzr('info -v dc')
+
     def test_dumpfile(self):
         filename = os.path.join(self.test_dir, "dumpfile")
         uuid = "606c7b1f-987c-4826-b37d-eb456ceb87e1"

=== modified file 'workingtree.py'
--- a/workingtree.py	2008-06-22 16:37:13 +0000
+++ b/workingtree.py	2008-06-26 16:34:37 +0000
@@ -814,6 +814,3 @@
         branch.bzrdir = self.remote_bzrdir
  
         return branch
-
-
-




More information about the bazaar-commits mailing list