/brz/remove-bazaar

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/brz/remove-bazaar

  • Committer: Vincent Ladeuil
  • Date: 2009-01-30 00:49:41 UTC
  • mto: (3982.1.1 bzr.integration)
  • Revision ID: v.ladeuil+lp@free.fr-20090130004941-820fpd2ryyo127vv
Add more tests, fix pycurl double handling, revert previous tracking.

* bzrlib/tests/test_http.py:
(PredefinedRequestHandler): Renamed from
PreRecordedRequestHandler.
(PredefinedRequestHandler.handle_one_request): Get the canned
response from the test server directly.
(ActivityServerMixin): Make it a true object and intialize the
attributes in the constructor. Tests can now set the
canned_response attribute before querying the server.
(TestActivity.setUp, TestActivity.tearDown,
TestActivity.get_transport, TestActivity.assertActivitiesMatch):
Extracted from test_get to be able to write other tests.
(TestActivity.test_has, TestActivity.test_readv,
TestActivity.test_post): New tests, all cases should be covered
now.

* bzrlib/transport/http/response.py:
(RangeFile.__init__, RangeFile.read, handle_response): Revert
previous tracking, both http implementations can now report
activity from the socket.

* bzrlib/transport/http/_pycurl.py:
(PyCurlTransport._get_ranged, PyCurlTransport._post): Revert
previous tracking.
Filename Latest Rev Last Changed Committer Comment Size
..
__init__.py 3907.2.3 16 years ago Ian Clatworthy DirStateWorkingTree and DirStateWorkingTreeFormat 15.6 KB Diff Download File
test_annotate_iter.py 3224.1.28 17 years ago John Arbash Meinel Add some direct tests for Tree.annotate_iter 2.2 KB Diff Download File
test_get_file_mtime.py 2405.3.1 18 years ago John Arbash Meinel Add some tests for get_file_mtime, and clean up ot 1.6 KB Diff Download File
test_get_root_id.py 2946.3.4 17 years ago John Arbash Meinel Comment from Martin: Use 'make_tree_*' not 'get_tr 1.5 KB Diff Download File
test_get_symlink_target.py 2949.5.1 17 years ago Alexander Belchenko selftest: use SymlinkFeature instead of TestSkippe 1.7 KB Diff Download File
test_inv.py 3932.3.1 16 years ago Martin Pool merge cicp patch, correct rest syntax and news typ 6.5 KB Diff Download File
test_iter_search_rules.py 3630 17 years ago Canonical.com Patch Queue Manager (robertc) Disable .bzrrules from being read from t 3 KB Diff Download File
test_list_files.py 2255.2.71 18 years ago John Arbash Meinel Add a test for list_files, and implement it for Di 2.1 KB Diff Download File
test_path_content_summary.py 2776.1.7 18 years ago Robert Collins * New method on ``bzrlib.tree.Tree`` ``path_conten 3.9 KB Diff Download File
test_revision_tree.py 1908.11.5 18 years ago John Arbash Meinel [merge] bzr.dev 2240 1.2 KB Diff Download File
test_test_trees.py 2929.3.22 16 years ago Vincent Ladeuil Fix some cruft left after the previous merge. This 13.8 KB Diff Download File
test_tree.py 3774.1.4 16 years ago Aaron Bentley Use file.readlines on working trees. 10.8 KB Diff Download File
test_walkdirs.py 2929.3.22 16 years ago Vincent Ladeuil Fix some cruft left after the previous merge. This 5.2 KB Diff Download File