[Buildbot-devel] testMail Unit test failing on Darwin
Olivier Bonnet
olv.bonnet at free.fr
Wed Jun 14 20:50:13 UTC 2006
I just stumbled upon this issue while making sure all the unit tests
were passing on Darwin. The testMail test is failing with the
following error:
[ERROR]: buildbot.test.test_status.Mail.testMail
File "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_devel_buildbot/work/buildbot-0.7.3/buildbot/test/test_status.py",
line 340, in testMail
extraRecipients=[dest])
File "/opt/local/var/db/dports/build/_opt_local_var_db_dports_sources_rsync.rsync.darwinports.org_dpupdate_dports_devel_buildbot/work/buildbot-0.7.3/buildbot/status/mail.py",
line 146, in __init__
assert "@" in r # require full email addresses, not User names
I'm not sure what's the problem here. If the extraRecipients arguments
is actually [dest], then it seems normal to me to throw the assert.
Any help on this is definitely welcome!
Olivier
More information about the devel
mailing list