~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/__init__.py

  • Committer: Jonathan Riddell
  • Date: 2011-09-20 13:31:00 UTC
  • mto: This revision was merged to the branch mainline in revision 6153.
  • Revision ID: jriddell@canonical.com-20110920133100-kpsomvcnjoxv6n6b
syntax fixes

Show diffs side-by-side

added added

removed removed

Lines of Context:
2677
2677
        except errors.UninitializableFormat:
2678
2678
            raise TestSkipped("Format %s is not initializable." % format)
2679
2679
 
2680
 
    def make_repository(self, relpath, shared=None, format=None):
 
2680
    def make_repository(self, relpath, shared=False, format=None):
2681
2681
        """Create a repository on our default transport at relpath.
2682
2682
 
2683
2683
        Note that relpath must be a relative path, not a full url.
4077
4077
        'bzrlib.tests.test_smart',
4078
4078
        'bzrlib.tests.test_smart_add',
4079
4079
        'bzrlib.tests.test_smart_request',
4080
 
        'bzrlib.tests.test_smart_signals',
4081
4080
        'bzrlib.tests.test_smart_transport',
4082
4081
        'bzrlib.tests.test_smtp_connection',
4083
4082
        'bzrlib.tests.test_source',