Posted by cwgordon7 on June 29, 2008 at 6:31pm
| Project: | Drupal core |
| Version: | 7.x-dev |
| Component: | base system |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs review |
Issue Summary
This information is from the code coverage report (see http://coverage.cwgordon.com/coverage).
We need to test:
Default site mail-from setting.
Comments
#1
I'm interested in doing these tests.
#2
Opening up for the testing party.
#3
I was busy writing the 4 mail tests in one .test file, but I see you've divided it into 4 different tests.
I've cleanup the files and left only this test in it.
I named it 'mail', I hope that's correct.
Should the other mail tests be in another file?
#4
Hi p.brouwers The split is pretty arbitrary due to the testing party at Drupalcon next week. If you've got a full test for this, please post it here and we can close out the other issues.
#5
ah ok.
I still need to write a test for CustomBackends. I'm not really familiar with that, so I don't know how long that'll take.
#6
#331180: fix pluggable smtp/mail framework introduces a nice pluggable mail system as well as a test for it, should this issue be merged in with it?
#7
The last submitted patch failed testing.
#8
See: #335122: Test clean HEAD after every commit and http://pastebin.ca/1258476
#9
We no longer have phpdoc for setUp(), getInfo() or tearDown()
http://drupal.org/node/325974
#10
Postponed until #331180: fix pluggable smtp/mail framework is in.
#11
Referenced issue was committed. A mail.test file has already been created. I'm not sure if this is still relevant. Can someone confirm this can be closed?
#12
The tests seem complementary, so these tests can be added, but should probably be integrated in the existing mail.test file.
#13
#3: tests.patch queued for re-testing.
#14
The last submitted patch, tests.patch, failed testing.
#15
updated patch for latest version of D7
#16
+ $this->assertIdentical($default_from, $message['headers']['From'], t('testing equality of default-from setting'));+ }
+}
\ No newline at end of file
Add a newline to remove that message
#17
added the newline