~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: Shannon Weyrick
  • Date: 2011-11-16 20:59:10 UTC
  • mto: This revision was merged to the branch mainline in revision 6268.
  • Revision ID: weyrick@mozek.us-20111116205910-1xbpqbimbw3fvfqw
A version of the patch, based on suggestions from John Meinel, which detects an empty page differently to avoid false positives.

Show diffs side-by-side

added added

removed removed

Lines of Context:
59
59
    def get_converter(self, format=None):
60
60
        return ConvertOldTestToMeta()
61
61
 
62
 
    @classmethod
63
 
    def get_format_string(cls):
 
62
    def get_format_string(self):
64
63
        return "Ancient Test Format"
65
64
 
66
65
    def _open(self, transport):