~abompard/mailman/subpolicy

« back to all changes in this revision

Viewing changes to src/mailman/commands/tests/test_lists.py

  • Committer: Barry Warsaw
  • Date: 2015-04-07 19:21:08 UTC
  • mfrom: (7313.1.3 3.0)
  • Revision ID: barry@list.org-20150407192108-ntmhjnwm9dp03z2o
Trunk merge

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
        # LP: #1166911 - non-matching lists were returned.
49
49
        getUtility(IDomainManager).add(
50
50
            'example.net', 'An example domain.',
51
 
            'http://lists.example.net', 'postmaster@example.net')
 
51
            'http://lists.example.net')
52
52
        create_list('test1@example.com')
53
53
        create_list('test2@example.com')
54
54
        # Only this one should show up.