Posted by cwgordon7 on June 30, 2008 at 5:51am
4 followers
Jump to:
| Project: | Drupal core |
| Version: | 7.x-dev |
| Component: | base system |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | active |
Issue Summary
This information is from the code coverage report (see http://coverage.cwgordon.com/coverage).
We need to test:
1) Contact form without menu module: confirm notice to enable to configure menu item.
2) Users without contact form settings.
3) Disabling/enable personal contact form.
4) Contact autoreply.
Comments
#1
1a) When the menu module is disabled the contact module settings page displays the additional text: "The menu item can be customized and configured only once the menu module has been enabled." As it is added to the end of the existing paragraph it isn't very noticeable (I only found it because I was looking for it), it should probably be styled differently from the rest of the text to make it clearer that this is something important.
1b) The 'enabled' link that is included in the above message incorrectly points to /admin/settings/modules, when it should be /admin/build/modules.
I hope this info is useful (sorry can't test other cases for now).
#2
I mean automated tests, not manual ones.
#3
I'll have a go with writing the automated tests...
#4
Hijacking this for the testing party:
1) Contact form without menu module: confirm notice to enable to configure menu item.
2) Users without contact form settings.
3) Disabling/enable personal contact form.
#5
Fixing the critical / pending bugs queues to reflect things which are really bugs or release critical.