~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_transport.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2008-01-03 10:38:22 UTC
  • mfrom: (3156.2.1 trunk)
  • Revision ID: pqm@pqm.ubuntu.com-20080103103822-fj2udnviy9ilfsst
(vila) Fix bug #175524, http test servers are 1.1 compliant

Show diffs side-by-side

added added

removed removed

Lines of Context:
433
433
        self.assertEqual(True, transport.is_readonly())
434
434
 
435
435
    def test_http_parameters(self):
436
 
        from bzrlib.tests.HttpServer import HttpServer
 
436
        from bzrlib.tests.http_server import HttpServer
437
437
        import bzrlib.transport.readonly as readonly
438
 
        # connect to . via http which is not listable
 
438
        # connect to '.' via http which is not listable
439
439
        server = HttpServer()
440
440
        server.setUp()
441
441
        try:
466
466
    def test_http_parameters(self):
467
467
        # the listable and is_readonly parameters
468
468
        # are not changed by the fakenfs decorator
469
 
        from bzrlib.tests.HttpServer import HttpServer
470
 
        # connect to . via http which is not listable
 
469
        from bzrlib.tests.http_server import HttpServer
 
470
        # connect to '.' via http which is not listable
471
471
        server = HttpServer()
472
472
        server.setUp()
473
473
        try: