At file:///v/home/vila/src/bzr/experimental/bzr-py26-compat/

------------------------------------------------------------
revno: 3738
revision-id: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: Vincent Ladeuil <[EMAIL PROTECTED]>
branch nick: no-params-for-new-init
timestamp: Fri 2008-09-26 09:56:08 +0200
message:
  Fix SmartHTTPMedium refactoring related test.
  
  * bzrlib/tests/test_http.py:
  (SmartClientAgainstNotSmartServer.test_probe_smart_server): Fix
  lost in the noise in the previous commit.
=== modified file 'bzrlib/tests/test_http.py'
--- a/bzrlib/tests/test_http.py 2008-09-25 16:03:22 +0000
+++ b/bzrlib/tests/test_http.py 2008-09-26 07:56:08 +0000
@@ -1740,5 +1740,6 @@
         # No need to build a valid smart request here, the server will not even
         # try to interpret it.
         self.assertRaises(errors.SmartProtocolError,
-                          t.send_http_smart_request, 'whatever')
+                          t.get_smart_medium().send_http_smart_request,
+                          'whatever')
 

-- 
bazaar-commits mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/bazaar-commits

Reply via email to