-
Committer:
Vincent Ladeuil
-
Date:
2007-12-24 15:29:10 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-20071224152910-mcym6zmmzt9x2es2
Fix the smart server failing test and use it against protocol combinations.
* bzrlib/tests/test_smart_transport.py:
(HTTPTunnellingSmokeTest): Some tests transferred to
test_http (including the previously failing one).
* bzrlib/tests/test_http.py:
(SmartHTTPTunnellingTest): Transferred from test_smart_tranport
since most of the infrastucture for parametrized test is available
here and some combinations were not tested.
* bzrlib/tests/http_utils.py:
(HTTPServerWithSmarts.__init__): Add the protocol_version
parameter.