~bzr-pqm/bzr/bzr.dev

  • Committer: Vincent Ladeuil
  • Date: 2010-06-11 10:59:23 UTC
  • mto: (5247.1.7 first-try)
  • Revision ID: v.ladeuil+lp@free.fr-20100611105923-c3uz1j77sh4bnkhh
The default http protocol version wasn't properly defined and as such not respected by some parametrized tests.

* bzrlib/tests/test_http.py:
(load_tests): Some tests need to be parametrized by the protocol
version only.
(TestAuthOnRedirected): These test are for urllib only but should
be parametrized by the http protocol version.

* bzrlib/tests/test_bzrdir.py:
(TestHTTPRedirections): Mention that we rely on the default http
protocol version.

* bzrlib/tests/http_utils.py:
(TestCaseWithWebserver): Set a default protocol version that can
be overriden by daughter classes.
(TestCaseWithWebserver.create_transport_readonly_server)
(TestCaseWithTwoWebservers.create_transport_secondary_server)
(TestCaseWithRedirectedWebserver.create_transport_secondary_server):
Ouch, the http protocol version is lost if we don't propagate it.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 4797.42.1 14 years ago Vincent Ladeuil Merge 2.0 into 2.1 including fixes for #262450, #3 1.8 KB Diff Download File
test_branch.py 5141.2.1 14 years ago Robert Collins ``bzrlib.commands.Command.run_direct`` is no longe 1.5 KB Diff Download File
test_cat.py 5141.2.1 14 years ago Robert Collins ``bzrlib.commands.Command.run_direct`` is no longe 1.8 KB Diff Download File
test_checkout.py 5195.3.7 14 years ago Parth Malwankar removed unused import. 1.4 KB Diff Download File
test_commit.py 5141.2.1 14 years ago Robert Collins ``bzrlib.commands.Command.run_direct`` is no longe 2.5 KB Diff Download File
test_init.py 5141.2.1 14 years ago Robert Collins ``bzrlib.commands.Command.run_direct`` is no longe 1.2 KB Diff Download File
test_init_repository.py 5141.2.1 14 years ago Robert Collins ``bzrlib.commands.Command.run_direct`` is no longe 1.3 KB Diff Download File
test_merge.py 5141.2.1 14 years ago Robert Collins ``bzrlib.commands.Command.run_direct`` is no longe 1.4 KB Diff Download File
test_missing.py 5141.2.1 14 years ago Robert Collins ``bzrlib.commands.Command.run_direct`` is no longe 1.4 KB Diff Download File
test_pull.py 5141.2.1 14 years ago Robert Collins ``bzrlib.commands.Command.run_direct`` is no longe 2 KB Diff Download File
test_push.py 5141.2.1 14 years ago Robert Collins ``bzrlib.commands.Command.run_direct`` is no longe 1.6 KB Diff Download File
test_revert.py 5050.5.1 14 years ago Martin Pool merge trunk to 2.2 preparing for 2.2b2 2 KB Diff Download File
test_update.py 5141.2.1 14 years ago Robert Collins ``bzrlib.commands.Command.run_direct`` is no longe 1.5 KB Diff Download File