~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_versionedfile.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-09-06 06:38:14 UTC
  • mfrom: (2803.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20070906063814-iiwx3hccoukt499k
Fix typo in ghosts version of test_add_lines_nostoresha.

Show diffs side-by-side

added added

removed removed

Lines of Context:
182
182
            self.assertRaises(errors.RevisionNotPresent, vf.get_lines,
183
183
                version + "2")
184
184
 
185
 
    def test_add_lines_nostoresha(self):
 
185
    def test_add_lines_with_ghosts_nostoresha(self):
186
186
        """When nostore_sha is supplied using old content raises."""
187
187
        vf = self.get_file()
188
188
        empty_text = ('a', [])