/brz/remove-bazaar

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

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_transport.py

  • Committer: Aaron Bentley
  • Date: 2008-02-24 16:42:13 UTC
  • mfrom: (3234 +trunk)
  • mto: This revision was merged to the branch mainline in revision 3235.
  • Revision ID: aaron@aaronbentley.com-20080224164213-eza1lzru5bwuwmmj
Merge with bzr.dev

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: