~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_upgrade.py

  • Committer: Robert Collins
  • Date: 2007-07-31 02:07:34 UTC
  • mto: This revision was merged to the branch mainline in revision 2662.
  • Revision ID: robertc@robertcollins.net-20070731020734-joiol4rohzm41hp3
Ancient unused Repository.text_store attribute has been removed. (Robert Collins)

Show diffs side-by-side

added added

removed removed

Lines of Context:
127
127
        # 'dir-20051005095101-da1441ea3fa6917a'
128
128
        self.assertNotEqual(
129
129
            [],
130
 
            repo.text_store.get_weave(
 
130
            repo.weave_store.get_weave(
131
131
                'dir-20051005095101-da1441ea3fa6917a',
132
132
                repo.get_transaction()))
133
133