Rev 4308: Remove never used test module. in file:///home/vila/src/bzr/bugs/366107-http-mutiple-auth-schemes/

Vincent Ladeuil v.ladeuil+lp at free.fr
Tue Apr 28 11:34:49 BST 2009


At file:///home/vila/src/bzr/bugs/366107-http-mutiple-auth-schemes/

------------------------------------------------------------
revno: 4308
revision-id: v.ladeuil+lp at free.fr-20090428103449-s4s63f02963t3k6i
parent: pqm at pqm.ubuntu.com-20090428004234-6j7ndsmvsx3hsrqo
committer: Vincent Ladeuil <v.ladeuil+lp at free.fr>
branch nick: 366107-http-mutiple-auth-schemes
timestamp: Tue 2009-04-28 12:34:49 +0200
message:
  Remove never used test module.
  
  * bzrlib/tests/__init__.py:
  (test_suite): Remove never used bzrlib.tests.test_http_implementations.
-------------- next part --------------
=== modified file 'bzrlib/tests/__init__.py'
--- a/bzrlib/tests/__init__.py	2009-04-20 08:37:32 +0000
+++ b/bzrlib/tests/__init__.py	2009-04-28 10:34:49 +0000
@@ -3356,7 +3356,6 @@
                    'bzrlib.tests.test_help',
                    'bzrlib.tests.test_hooks',
                    'bzrlib.tests.test_http',
-                   'bzrlib.tests.test_http_implementations',
                    'bzrlib.tests.test_http_response',
                    'bzrlib.tests.test_https_ca_bundle',
                    'bzrlib.tests.test_identitymap',

=== removed file 'bzrlib/tests/test_http_implementations.py'
--- a/bzrlib/tests/test_http_implementations.py	2009-03-23 14:59:43 +0000
+++ b/bzrlib/tests/test_http_implementations.py	1970-01-01 00:00:00 +0000
@@ -1,51 +0,0 @@
-# Copyright (C) 2007 Canonical Ltd
-#
-# This program is free software; you can redistribute it and/or modify
-# it under the terms of the GNU General Public License as published by
-# the Free Software Foundation; either version 2 of the License, or
-# (at your option) any later version.
-#
-# This program is distributed in the hope that it will be useful,
-# but WITHOUT ANY WARRANTY; without even the implied warranty of
-# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
-# GNU General Public License for more details.
-#
-# You should have received a copy of the GNU General Public License
-# along with this program; if not, write to the Free Software
-# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
-
-"""Tests for HTTP transports and servers implementations.
-
-(transport, server) implementations tested here are supplied by
-HTTPTestProviderAdapter. Note that a server is characterized by a request
-handler class.
-
-Transport implementations are normally tested via
-test_transport_implementations. The tests here are about the variations in HTTP
-protocol implementation to guarantee the robustness of our transports.
-"""
-
-import errno
-import SimpleHTTPServer
-import socket
-
-import bzrlib
-from bzrlib import (
-    config,
-    errors,
-    osutils,
-    tests,
-    transport,
-    ui,
-    urlutils,
-    )
-from bzrlib.tests import (
-    http_server,
-    http_utils,
-    )
-from bzrlib.transport.http import (
-    _urllib,
-    _urllib2_wrappers,
-    )
-
-



More information about the bazaar-commits mailing list