/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_bzrdir.py

  • Committer: Vincent Ladeuil
  • Date: 2010-06-23 08:19:28 UTC
  • mfrom: (5317 +trunk)
  • mto: (5247.1.11 first-try)
  • mto: This revision was merged to the branch mainline in revision 5326.
  • Revision ID: v.ladeuil+lp@free.fr-20100623081928-z9q18q30oo5as831
Merge bzr.dev into cleanup

Show diffs side-by-side

added added

removed removed

Lines of Context:
1111
1111
    """
1112
1112
 
1113
1113
    def create_transport_readonly_server(self):
 
1114
        # We don't set the http protocol version, relying on the default
1114
1115
        return http_utils.HTTPServerRedirecting()
1115
1116
 
1116
1117
    def create_transport_secondary_server(self):
 
1118
        # We don't set the http protocol version, relying on the default
1117
1119
        return http_utils.HTTPServerRedirecting()
1118
1120
 
1119
1121
    def setUp(self):