~launchpad-pqm/launchpad/devel

« back to all changes in this revision

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

[rs=buildbot-poller] automatic merge from stable. Revisions: 13571
        included.

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())