Rev 3124: Complete fix #177643 by reporting tests modifications (correctly). in file:///v/home/vila/src/bzr/bugs/175524/

Vincent Ladeuil v.ladeuil+lp at free.fr
Thu Dec 20 19:55:00 GMT 2007


At file:///v/home/vila/src/bzr/bugs/175524/

------------------------------------------------------------
revno: 3124
revision-id:v.ladeuil+lp at free.fr-20071220195456-kcfeaesoblw6h0hm
parent: v.ladeuil+lp at free.fr-20071220195147-2lcf8kynegha2kvr
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: 175524
timestamp: Thu 2007-12-20 20:54:56 +0100
message:
  Complete fix #177643 by reporting tests modifications (correctly).
modified:
  bzrlib/tests/test_http_implementations.py test_http_implementa-20071218210003-65nh81gglcfvurw6-1
-------------- next part --------------
=== modified file 'bzrlib/tests/test_http_implementations.py'
--- a/bzrlib/tests/test_http_implementations.py	2007-12-20 19:51:47 +0000
+++ b/bzrlib/tests/test_http_implementations.py	2007-12-20 19:54:56 +0000
@@ -962,10 +962,6 @@
         self.assertEqual(1, self.server.auth_required_errors)
 
     def test_empty_pass(self):
-        if self._testing_pycurl() and self._proxy:
-            raise tests.KnownFailure(
-                'some versions of pycurl does not handle empty proxy passwords')
-
         self.server.add_user('joe', '')
         t = self.get_user_transport('joe', '')
         self.assertEqual('contents of a\n', t.get('a').read())
@@ -1101,4 +1097,5 @@
             if pycurl.version_info()[1] < '7.16.0':
                 raise tests.KnownFailure(
                     'pycurl < 7.16.0 does not handle empty proxy passwords')
+        super(TestProxyAuth, self).test_empty_pass()
 



More information about the bazaar-commits mailing list