~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_workingtree.py

  • Committer: Jelmer Vernooij
  • Date: 2011-12-22 17:30:20 UTC
  • mto: This revision was merged to the branch mainline in revision 6404.
  • Revision ID: jelmer@samba.org-20111222173020-qvr7v0cf5fs02z43
Fix test.

Show diffs side-by-side

added added

removed removed

Lines of Context:
146
146
        t.put_bytes('format', self.get_format_string())
147
147
        return 'A tree'
148
148
 
149
 
    @classmethod
150
 
    def from_string(cls, format_string):
151
 
        return cls()
152
 
 
153
149
    def is_supported(self):
154
150
        return False
155
151