← Back to team overview

launchpad-reviewers team mailing list archive

[Merge] lp:~cjwatson/launchpad/testfix-bug-footer-newline into lp:launchpad

 

Colin Watson has proposed merging lp:~cjwatson/launchpad/testfix-bug-footer-newline into lp:launchpad.

Commit message:
Revert accidental change to TestManageNotificationsMessage's base class in bug-footer-newline.

Requested reviews:
  Colin Watson (cjwatson)

For more details, see:
https://code.launchpad.net/~cjwatson/launchpad/testfix-bug-footer-newline/+merge/267015

Revert accidental change to TestManageNotificationsMessage's base class in https://code.launchpad.net/~cjwatson/launchpad/bug-footer-newline/+merge/266881.
-- 
Your team Launchpad code reviewers is subscribed to branch lp:launchpad.
=== modified file 'lib/lp/bugs/scripts/tests/test_bugnotification.py'
--- lib/lp/bugs/scripts/tests/test_bugnotification.py	2015-08-04 14:12:49 +0000
+++ lib/lp/bugs/scripts/tests/test_bugnotification.py	2015-08-05 11:36:01 +0000
@@ -1213,7 +1213,7 @@
         self.assertTrue(notifications.is_empty())
 
 
-class TestManageNotificationsMessage(EmailNotificationTestBase):
+class TestManageNotificationsMessage(TestCaseWithFactory):
 
     layer = LaunchpadZopelessLayer
 


References