~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/transport/local.py

Small changes to help a couple more tests pass.

Show diffs side-by-side

added added

removed removed

Lines of Context:
481
481
    this just exists to tell the test code how to get to it.
482
482
    """
483
483
 
 
484
    def setUp(self, decorated_transport=None):
 
485
        """Setup the server to service requests.
 
486
        
 
487
        :param decorated_transport: ignored by this implementation.
 
488
        """
 
489
 
484
490
    def get_url(self):
485
491
        """See Transport.Server.get_url."""
486
492
        return urlutils.local_path_to_url('')