~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to bzrlib/tests/blackbox/test_re_sign.py

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2007-03-12 16:46:21 UTC
  • mfrom: (1551.12.52 mergedirective)
  • Revision ID: pqm@pqm.ubuntu.com-20070312164621-d96558dc43d9c1b6
Small tweaks for merge directives

Show diffs side-by-side

added added

removed removed

Lines of Context:
58
58
        self.assertEqual(
59
59
            '-----BEGIN PSEUDO-SIGNED CONTENT-----\n' +
60
60
            Testament.from_revision(repo, revision_id).as_short_text() +
61
 
            '-----END PSUDO-SIGNED CONTENT-----\n',
 
61
            '-----END PSEUDO-SIGNED CONTENT-----\n',
62
62
            repo.get_signature_text(revision_id))
63
63
 
64
64
    def test_resign(self):