Code

Fix mailer encoding test:
authorschlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 15 Jul 2011 10:03:37 +0000 (10:03 +0000)
committerschlatterbeck <schlatterbeck@57a73879-2fb5-44c3-a270-3262357dd7e2>
Fri, 15 Jul 2011 10:03:37 +0000 (10:03 +0000)
commit8e971a11ede4238662bb5bdab3fb7d846ca2e674
tree3d8c1151316d184bacf096eca50c3cea1c7a6e29
parente33a3cf3fda166f0433ea968f0f59f635148b37a
Fix mailer encoding test:
- better name to be able to match it when running single test on the
  command line
- use iso8859-1 instead of latin1, python2.7 will convert latin1 to
  iso8859-1 which made the test fail

git-svn-id: http://svn.roundup-tracker.org/svnroot/roundup/roundup/trunk@4632 57a73879-2fb5-44c3-a270-3262357dd7e2
test/test_mailer.py