~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/selftest/test_upgrade.py

  • Committer: Robert Collins
  • Date: 2005-10-09 23:52:04 UTC
  • Revision ID: robertc@robertcollins.net-20051009235204-0abf18346c658e34
touchup the prefixed-store patch

Show diffs side-by-side

added added

removed removed

Lines of Context:
77
77
    def test_upgrade_makes_dir_weaves(self):
78
78
        build_tree_contents(_upgrade_dir_template)
79
79
        upgrade('.')
 
80
        # this is the path to the literal file. As format changes 
 
81
        # occur it needs to be updated. FIXME: ask the store for the
 
82
        # path.
80
83
        self.failUnlessExists(
81
 
            '.bzr/weaves/dir-20051005095101-da1441ea3fa6917a.weave')
 
84
            '.bzr/weaves/de/dir-20051005095101-da1441ea3fa6917a.weave')
82
85
 
83
86
 
84
87
_upgrade1_template = \