~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_groupcompress.py

  • Committer: Andrew Bennetts
  • Date: 2009-08-28 02:37:00 UTC
  • mto: This revision was merged to the branch mainline in revision 4661.
  • Revision ID: andrew.bennetts@canonical.com-20090828023700-mcvfzxyjgrddgfz6
Fix docstring.

Show diffs side-by-side

added added

removed removed

Lines of Context:
768
768
        self.assertEqual([], list(batcher.yield_factories()))
769
769
 
770
770
    def test_yield_factories_calls_get_blocks(self):
771
 
        """yi
772
 
        """
 
771
        """Uncached memos are retrieved via get_blocks."""
773
772
        read_memo1 = ('fake index', 100, 50)
774
773
        read_memo2 = ('fake index', 150, 40)
775
774
        gcvf = StubGCVF(