~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/test_versionedfile.py

  • Committer: Robert Collins
  • Date: 2007-09-06 05:58:13 UTC
  • mto: This revision was merged to the branch mainline in revision 2804.
  • Revision ID: robertc@robertcollins.net-20070906055813-7gb0w5zi4u7xctt6
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', [])