TestingParty08: Tests needed for module page
webchick - September 27, 2008 - 18:53
| Project: | Drupal |
| Version: | 7.x-dev |
| Component: | base system |
| Category: | task |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | needs work |
Description
From chx: here is the cycle to be tested
1. Make sure forum, comment and taxonomy is disabled.
2. Enable forum module.
3. Assert that you got the confirm form.
4. Press confirm.
5. Assert all three are on, then disable forum
6. Assert that comment and taxonomy are still on, then disable them.
7. Switch forum, comment and taxonomy on.
8. Assert there is no confirm form.
9. Assert all three are on.

#1
Here it is
#2
re-rolled as per chx
#3
extra whitespace
#4
The System simpletests are failing with:
An error occurred. /drupal7/?q=batch&id=44&op=do
Fatal error: Call to undefined method EnableDisableCoreTestCase::assertXPath() in /var/www/drupal7/modules/system/system.test on line 52
#5
Adding assertXPath.
#6
Oops, flawed logic in assertXPath. I have bad copy-paste-fu
#7
Hey dimitri, the patch didn't apply. Thanks for your help with the testing!
#8
Fixing the critical / pending bugs queues to reflect things which are really bugs or release critical.