~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/canonical/archiveuploader/tests/test_uploadprocessor.py

  • Committer: Launchpad Patch Queue Manager
  • Date: 2009-05-13 02:05:17 UTC
  • mfrom: (8400.1.10 move-factory)
  • Revision ID: launchpad@pqm.canonical.com-20090513020517-lqhuvc2f49bqp6r6
[r=jml][ui=none] Move LaunchpadObjectFactory and other testing
        methods into lp.testing.

Show diffs side-by-side

added added

removed removed

Lines of Context:
53
53
    ISourcePackageNameSet)
54
54
from lp.services.mail import stub
55
55
from canonical.launchpad.testing.fakepackager import FakePackager
56
 
from canonical.launchpad.tests.mail_helpers import pop_notifications
 
56
from lp.testing.mail_helpers import pop_notifications
57
57
from canonical.launchpad.webapp.errorlog import ErrorReportingUtility
58
58
from canonical.testing import LaunchpadZopelessLayer
59
59