~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_info.py

  • Committer: Ian Clatworthy
  • Date: 2010-01-20 23:28:35 UTC
  • mto: (4977.1.1 integration)
  • mto: This revision was merged to the branch mainline in revision 4978.
  • Revision ID: ian.clatworthy@canonical.com-20100120232835-pyzvwp2pau0nnh0d
Hide most storage formats

Show diffs side-by-side

added added

removed removed

Lines of Context:
37
37
 
38
38
    def setUp(self):
39
39
        ExternalBase.setUp(self)
40
 
        self._repo_strings = "2a or development-subtree"
 
40
        self._repo_strings = "2a"
41
41
 
42
42
    def test_info_non_existing(self):
43
43
        self.vfs_transport_factory = MemoryServer