~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/soyuz/scripts/tests/test_copypackage.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-07-30 14:20:29 UTC
  • mfrom: (13555.7.5 wrong-link-818087)
  • Revision ID: launchpad@pqm.canonical.com-20110730142029-n79x5i5ge9xxk7z2
[r=julian-edwards][bug=818087] Fix the URL in sync notification
 emails so it points to the target distribution package, not the upstream's.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1461
1461
 
1462
1462
            Date: %s
1463
1463
            Changed-By: Foo Bar <foo.bar@canonical.com>
1464
 
            http://launchpad.dev/ubuntutest/breezy-autotest/+source/foo/1.0-2
 
1464
            http://launchpad.dev/ubuntutest/nobby/+source/foo/1.0-2
1465
1465
            """ % source.sourcepackagerelease.dateuploaded)
1466
1466
        self.assertIn(expected_text, notification.as_string())
1467
1467
        self.assertIn(expected_text, announcement.as_string())