/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/transport/local.py

Commit current test pass improvements.

Show diffs side-by-side

added added

removed removed

Lines of Context:
519
519
    this just exists to tell the test code how to get to it.
520
520
    """
521
521
 
522
 
    def setUp(self, decorated_transport=None):
 
522
    def setUp(self):
523
523
        """Setup the server to service requests.
524
524
        
525
525
        :param decorated_transport: ignored by this implementation.