-
Committer:
Vincent Ladeuil
-
Date:
2007-12-20 09:18:04 UTC
-
mto:
(3146.3.1 179368)
(3156.2.1 trunk)
-
mto:
This revision was merged to the branch mainline in
revision
3158.
-
Revision ID:
v.ladeuil+lp@free.fr-20071220091804-8by0r5bwsw3qfg1q
Finish http parameterization, 24 auth tests failing for pycurl (not
tested before).
* bzrlib/tests/test_http_implementations.py:
(AuthenticationTestProviderAdapter): Multiply tests against the
authentication schemes supported.
(TestRanges, TestHTTPSilentRedirections, TestDoCatchRedirections,
TestAuth, TestProxyAuth): Transferred from test_http.py.
* bzrlib/tests/test_http.py:
Delete the FIXME about testing against all http client
implementations, hurrah ! Fix some more imports. Transfer all
authentication, redirection, ranges tests to http_implementations.