Rev 80: Add blackbox test for bzr log -v. in http://people.samba.org/bzr/jelmer/bzr-git/trunk
Jelmer Vernooij
jelmer at samba.org
Sat Jul 26 17:27:50 BST 2008
At http://people.samba.org/bzr/jelmer/bzr-git/trunk
------------------------------------------------------------
revno: 80
revision-id: jelmer at samba.org-20080726162336-zv2epsfc8792zjm5
parent: jelmer at samba.org-20080726162329-jly5rzjo4euu4bsq
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: trunk
timestamp: Sat 2008-07-26 18:23:36 +0200
message:
Add blackbox test for bzr log -v.
modified:
tests/test_blackbox.py test_blackbox.py-20071228193717-18el6d8x4qddug3w-1
=== modified file 'tests/test_blackbox.py'
--- a/tests/test_blackbox.py 2008-07-26 16:19:26 +0000
+++ b/tests/test_blackbox.py 2008-07-26 16:23:36 +0000
@@ -58,7 +58,6 @@
def test_log(self):
# Smoke test for "bzr log" in a git repository.
-
self.simple_commit()
# Check that bzr log does not fail and includes the revision.
@@ -67,3 +66,11 @@
self.assertTrue(
'<The commit message>' in output,
"Commit message was not found in output:\n%s" % (output,))
+
+ def test_log_verbose(self):
+ # Smoke test for "bzr log -v" in a git repository.
+ self.simple_commit()
+
+ # Check that bzr log does not fail and includes the revision.
+ output, error = self.run_bzr(['log', '-v'])
+
More information about the bazaar-commits
mailing list