~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_foreign.py

  • Committer: Jelmer Vernooij
  • Date: 2010-08-02 18:36:31 UTC
  • mto: This revision was merged to the branch mainline in revision 5389.
  • Revision ID: jelmer@samba.org-20100802183631-d0trc5r8parg4v63
Fix some tests.

Show diffs side-by-side

added added

removed removed

Lines of Context:
192
192
    """BzrDirFormat for the dummy foreign VCS."""
193
193
 
194
194
    @classmethod
 
195
    def get_format_string(cls):
 
196
        return "A Dummy VCS Dir"
 
197
 
 
198
    @classmethod
195
199
    def get_format_description(cls):
196
200
        return "A Dummy VCS Dir"
197
201