Rev 2804: Fix typo in ghosts version of test_add_lines_nostoresha. in http://people.ubuntu.com/~robertc/baz2.0/integration
Robert Collins
robertc at robertcollins.net
Thu Sep 6 06:58:23 BST 2007
At http://people.ubuntu.com/~robertc/baz2.0/integration
------------------------------------------------------------
revno: 2804
revision-id: robertc at robertcollins.net-20070906055813-7gb0w5zi4u7xctt6
parent: pqm at pqm.ubuntu.com-20070906050530-q58gvki4dedc4i6e
committer: Robert Collins <robertc at robertcollins.net>
branch nick: integration
timestamp: Thu 2007-09-06 15:58:13 +1000
message:
Fix typo in ghosts version of test_add_lines_nostoresha.
modified:
bzrlib/tests/test_versionedfile.py test_versionedfile.py-20060222045249-db45c9ed14a1c2e5
=== modified file 'bzrlib/tests/test_versionedfile.py'
--- a/bzrlib/tests/test_versionedfile.py 2007-09-05 22:25:01 +0000
+++ b/bzrlib/tests/test_versionedfile.py 2007-09-06 05:58:13 +0000
@@ -182,7 +182,7 @@
self.assertRaises(errors.RevisionNotPresent, vf.get_lines,
version + "2")
- def test_add_lines_nostoresha(self):
+ def test_add_lines_with_ghosts_nostoresha(self):
"""When nostore_sha is supplied using old content raises."""
vf = self.get_file()
empty_text = ('a', [])
More information about the bazaar-commits
mailing list