Rev 2804: Fix typo in ghosts version of test_add_lines_nostoresha. in file:///home/pqm/archives/thelove/bzr/%2Btrunk/

Canonical.com Patch Queue Manager pqm at pqm.ubuntu.com
Thu Sep 6 07:38:17 BST 2007


At file:///home/pqm/archives/thelove/bzr/%2Btrunk/

------------------------------------------------------------
revno: 2804
revision-id: pqm at pqm.ubuntu.com-20070906063814-iiwx3hccoukt499k
parent: pqm at pqm.ubuntu.com-20070906050530-q58gvki4dedc4i6e
parent: robertc at robertcollins.net-20070906055813-7gb0w5zi4u7xctt6
committer: Canonical.com Patch Queue Manager <pqm at pqm.ubuntu.com>
branch nick: +trunk
timestamp: Thu 2007-09-06 07:38:14 +0100
message:
  Fix typo in ghosts version of test_add_lines_nostoresha.
modified:
  bzrlib/tests/test_versionedfile.py test_versionedfile.py-20060222045249-db45c9ed14a1c2e5
    ------------------------------------------------------------
    revno: 2803.1.1
    merged: 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 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