Code review comment for lp:~gmb/launchpad/make-me-super-bug-438985

Revision history for this message
Graham Binns (gmb) wrote :

This branch resolves bug 438985 by changing the comparison used in StructuralSubscriptionTargetMixin._userCanAlterSubscription() to use '==' instead of 'is' when comparing DB objects.

I've also add a regression test to cover the bug and corrected the docstring of LaunchpadObjectFactory.makePerson().

« Back to merge proposal