Rev 4861: One more standard-commit in http://bazaar.launchpad.net/~jameinel/bzr/2.1.0b4-test-log-cleanups

John Arbash Meinel john at arbash-meinel.com
Thu Dec 3 19:42:55 GMT 2009


At http://bazaar.launchpad.net/~jameinel/bzr/2.1.0b4-test-log-cleanups

------------------------------------------------------------
revno: 4861
revision-id: john at arbash-meinel.com-20091203194239-gu2sw1wqzp9zqek3
parent: john at arbash-meinel.com-20091203194012-mtm6h5ynyk68ocoj
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: 2.1.0b4-test-log-cleanups
timestamp: Thu 2009-12-03 13:42:39 -0600
message:
  One more standard-commit
-------------- next part --------------
=== modified file 'bzrlib/tests/test_log.py'
--- a/bzrlib/tests/test_log.py	2009-12-03 19:40:12 +0000
+++ b/bzrlib/tests/test_log.py	2009-12-03 19:42:39 +0000
@@ -497,14 +497,7 @@
 
         bug #4676
         """
-        wt = self.make_branch_and_tree('.')
-        self.build_tree(['a'])
-        wt.add('a')
-        wt.branch.nick = 'test_verbose_log'
-        wt.commit(message='add a',
-                  timestamp=1132711707,
-                  timezone=36000,
-                  committer='Lorem Ipsum <test at example.com>')
+        wt = self.make_standard_commit('test_verbose_log', authors=[])
         self.assertFormatterResult('''\
 ------------------------------------------------------------
 revno: 1



More information about the bazaar-commits mailing list