Rev 3728: Fix the 'test_log' tests in http://bzr.arbash-meinel.com/branches/bzr/1.8-dev/lighter_log_file

John Arbash Meinel john at arbash-meinel.com
Fri Sep 19 04:51:28 BST 2008


At http://bzr.arbash-meinel.com/branches/bzr/1.8-dev/lighter_log_file

------------------------------------------------------------
revno: 3728
revision-id: john at arbash-meinel.com-20080919035127-okaoylx3tcrtn65w
parent: john at arbash-meinel.com-20080919035029-aibb9jq5waxjjs7c
committer: John Arbash Meinel <john at arbash-meinel.com>
branch nick: lighter_log_file
timestamp: Thu 2008-09-18 22:51:27 -0500
message:
  Fix the 'test_log' tests
-------------- next part --------------
=== modified file 'bzrlib/tests/test_log.py'
--- a/bzrlib/tests/test_log.py	2008-08-21 04:12:02 +0000
+++ b/bzrlib/tests/test_log.py	2008-09-19 03:51:27 +0000
@@ -989,7 +989,8 @@
                             tree.branch, 
                             file_id,
                             mainline,
-                            list(view_revs_iter))
+                            list(view_revs_iter),
+                            'reverse')
         self.assertEqual(revisions, [r for r, revno, depth in actual_revs])
 
     def test_file_id_f1(self):



More information about the bazaar-commits mailing list