5247.3.48
|
|
|
Vincent Ladeuil |
14 years ago
|
![Diff](/static/images/ico_diff.gif) |
|
5247.3.47
|
|
|
Vincent Ladeuil |
14 years ago
|
![Diff](/static/images/ico_diff.gif) |
|
5247.3.46
|
|
|
Vincent Ladeuil |
14 years ago
|
![Diff](/static/images/ico_diff.gif) |
|
5247.3.45
|
|
|
Vincent Ladeuil |
14 years ago
|
![Diff](/static/images/ico_diff.gif) |
|
5247.3.44
|
|
|
Vincent Ladeuil |
14 years ago
|
![Diff](/static/images/ico_diff.gif) |
|
5247.3.43
|
|
|
Vincent Ladeuil |
14 years ago
|
![Diff](/static/images/ico_diff.gif) |
|
5247.3.42
|
|
|
Vincent Ladeuil |
14 years ago
|
![Diff](/static/images/ico_diff.gif) |
|
5247.3.41
|
|
|
Vincent Ladeuil |
14 years ago
|
![Diff](/static/images/ico_diff.gif) |
|
5247.3.40
|
|
|
Vincent Ladeuil |
14 years ago
|
![Diff](/static/images/ico_diff.gif) |
|
5247.3.39
|
|
|
Vincent Ladeuil |
14 years ago
|
![Diff](/static/images/ico_diff.gif) |
|
5247.3.38
|
|
|
Vincent Ladeuil |
14 years ago
|
![Diff](/static/images/ico_diff.gif) |
|
5247.3.37
|
|
|
Vincent Ladeuil |
14 years ago
|
![Diff](/static/images/ico_diff.gif) |
|
5247.3.36
|
|
|
Vincent Ladeuil |
14 years ago
|
![Diff](/static/images/ico_diff.gif) |
|
5247.3.35
|
|
|
Vincent Ladeuil |
14 years ago
|
![Diff](/static/images/ico_diff.gif) |
|
5247.3.34
|
|
|
Vincent Ladeuil |
14 years ago
|
![Diff](/static/images/ico_diff.gif) |
|
5247.3.33
|
|
|
Vincent Ladeuil |
14 years ago
|
![Diff](/static/images/ico_diff.gif) |
|
5247.3.32
|
|
|
Vincent Ladeuil |
14 years ago
|
![Diff](/static/images/ico_diff.gif) |
|
5247.3.31
|
|
|
Vincent Ladeuil |
14 years ago
|
![Diff](/static/images/ico_diff.gif) |
|
5247.3.30
|
|
|
Vincent Ladeuil |
14 years ago
|
![Diff](/static/images/ico_diff.gif) |
|
5247.3.29
|
|
Fix a bunch of tests that were building transport objects explicitely instead of relying on self.get_transport() leading to many wrong http implementation objects being tested.
* bzrlib/tests/test_http.py: (load_tests): Rename _qualified_prefix into _url_protocol to ensure it's taken into account for all created http servers (and from there that we create the right kind of transport). Relying on _transport for that proved to be unreliable (mixed self.transport(), self.get_transport(), self.get_readonly_transport, etc calls) and give the wrong transport objects to the tests. (TestSpecificRequestHandler.create_transport_readonly_server): Propagate url_protocol. (TestHTTPConnections, TestWallServer, TestBadStatusServer) (TestBadProtocolServer, TestForbiddenServer) (TestRangeRequestServer, TestLimitedRangeRequestServer) (TestProxyHttpServer, TestRanges, TestHTTPRedirections) (TestHTTPSilentRedirections, TestDoCatchRedirections, TestAuth) (TestProxyAuth, SmartHTTPTunnellingTest, TestAuthOnRedirected): Stop using self._transport.
* bzrlib/tests/http_utils.py: (TestCaseWithWebserver): Define and propagate url_protocol like we did for the http protocol version. (TestCaseWithTwoWebservers.create_transport_secondary_server): Propagate url_protocol. (TestCaseWithTwoWebservers.get_secondary_url) (TestCaseWithTwoWebservers.get_secondary_transport): Add missing helpers. (TestCaseWithRedirectedWebserver.create_transport_secondary_server): Propagate url_protocol. (TestCaseWithRedirectedWebserver.get_old_url) (TestCaseWithRedirectedWebserver.get_old_transport) (TestCaseWithRedirectedWebserver.get_new_url) (TestCaseWithRedirectedWebserver.get_new_transport): Add missing helpers
|
Vincent Ladeuil |
14 years ago
|
![Diff](/static/images/ico_diff.gif) |
|