Rev 4109: Fix test_source for 1.13 landing. in http://people.ubuntu.com/~robertc/baz2.0/pending/1.13-cherrypicks

Robert Collins robertc at robertcollins.net
Fri Mar 13 04:46:12 GMT 2009


At http://people.ubuntu.com/~robertc/baz2.0/pending/1.13-cherrypicks

------------------------------------------------------------
revno: 4109
revision-id: robertc at robertcollins.net-20090313044609-jc84l8dco01uxvrx
parent: robertc at robertcollins.net-20090313043606-7ibht1zuuhww2sn2
committer: Robert Collins <robertc at robertcollins.net>
branch nick: 1.13-cherrypicks
timestamp: Fri 2009-03-13 15:46:09 +1100
message:
  Fix test_source for 1.13 landing.
=== modified file 'bzrlib/remote.py'
--- a/bzrlib/remote.py	2009-03-13 04:36:06 +0000
+++ b/bzrlib/remote.py	2009-03-13 04:46:09 +0000
@@ -428,7 +428,7 @@
         if self._supports_external_lookups is None:
             self._ensure_real()
             self._supports_external_lookups = \
-                self._custom_format.supports_external_lookups 
+                self._custom_format.supports_external_lookups
         return self._supports_external_lookups
 
     @property

=== modified file 'bzrlib/tests/interrepository_implementations/test_fetch.py'
--- a/bzrlib/tests/interrepository_implementations/test_fetch.py	2009-03-13 04:36:06 +0000
+++ b/bzrlib/tests/interrepository_implementations/test_fetch.py	2009-03-13 04:46:09 +0000
@@ -77,7 +77,7 @@
 
     def test_fetch_inconsistent_last_changed_entries(self):
         """If an inventory has odd data we should still get what it references.
-        
+
         This test tests that we do fetch a file text created in a revision not
         being fetched, but referenced from the revision we are fetching when the
         adjacent revisions to the one being fetched do not reference that text.

=== modified file 'bzrlib/tests/test_remote.py'
--- a/bzrlib/tests/test_remote.py	2009-03-13 04:36:06 +0000
+++ b/bzrlib/tests/test_remote.py	2009-03-13 04:46:09 +0000
@@ -68,9 +68,9 @@
     to_adapt, result = split_suite_by_condition(
         standard_tests, condition_isinstance(BasicRemoteObjectTests))
     smart_server_version_scenarios = [
-        ('HPSS-v2', 
+        ('HPSS-v2',
             {'transport_server': server.SmartTCPServer_for_testing_v2_only}),
-        ('HPSS-v3', 
+        ('HPSS-v3',
             {'transport_server': server.SmartTCPServer_for_testing})]
     return multiply_tests(to_adapt, smart_server_version_scenarios, result)
 




More information about the bazaar-commits mailing list