~sambuddhabasu1/mailman/fix_mailman_run_error

« back to all changes in this revision

Viewing changes to src/mailman/utilities/tests/test_import.py

  • Committer: Barry Warsaw
  • Date: 2014-11-08 15:27:56 UTC
  • mfrom: (7255 3.0)
  • mto: This revision was merged to the branch mainline in revision 7260.
  • Revision ID: barry@list.org-20141108152756-p37fhmb0z2dtl7hx
Trunk merge.

Show diffs side-by-side

added added

removed removed

Lines of Context:
501
501
                ))
502
502
            loader = getUtility(ITemplateLoader)
503
503
            text = loader.get(template_uri)
504
 
            self.assertEqual(text, expected_text,
505
 
                    'Old variables were not converted for %s' % newvar)
 
504
            self.assertEqual(
 
505
                text, expected_text,
 
506
                'Old variables were not converted for %s' % newvar)
506
507
 
507
508
    def test_keep_default(self):
508
509
        # If the value was not changed from MM2.1's default, don't import it.