Rev 4076: Missed one test. in http://people.ubuntu.com/~robertc/baz2.0/integration

Robert Collins robertc at robertcollins.net
Tue Mar 3 06:29:31 GMT 2009


At http://people.ubuntu.com/~robertc/baz2.0/integration

------------------------------------------------------------
revno: 4076
revision-id: robertc at robertcollins.net-20090303062928-q5akblb37uc0vzmu
parent: robertc at robertcollins.net-20090303055317-1ehgjfxhzl1n4xb2
committer: Robert Collins <robertc at robertcollins.net>
branch nick: integration
timestamp: Tue 2009-03-03 17:29:28 +1100
message:
  Missed one test.
=== modified file 'bzrlib/tests/branch_implementations/test_push.py'
--- a/bzrlib/tests/branch_implementations/test_push.py	2009-03-03 03:27:51 +0000
+++ b/bzrlib/tests/branch_implementations/test_push.py	2009-03-03 06:29:28 +0000
@@ -259,7 +259,7 @@
         self.disableOptimisticGetParentMap()
         self.assertFalse(local.is_locked())
         local.push(remote)
-        hpss_call_names = [item[0].method for item in self.hpss_calls]
+        hpss_call_names = [item.call.method for item in self.hpss_calls]
         self.assertTrue('Repository.insert_stream' in hpss_call_names)
         insert_stream_idx = hpss_call_names.index('Repository.insert_stream')
         calls_after_insert_stream = hpss_call_names[insert_stream_idx:]




More information about the bazaar-commits mailing list