Download & Extend

TestingParty08: Tests needed for module page

Project:Drupal core
Version:7.x-dev
Component:base system
Category:task
Priority:normal
Assigned:Unassigned
Status:needs work

Issue Summary

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.

Comments

#1

Status:active» needs review

Here it is

AttachmentSizeStatusTest resultOperations
system-module_page_test-314285-1.patch5.67 KBIgnored: Check issue status.NoneNone

#2

re-rolled as per chx

AttachmentSizeStatusTest resultOperations
system-module_page_test-314285-2.patch6.29 KBIgnored: Check issue status.NoneNone

#3

extra whitespace

AttachmentSizeStatusTest resultOperations
system-module_page_test-314285-3.patch6.27 KBIgnored: Check issue status.NoneNone

#4

Status:needs review» needs work

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

Status:needs work» needs review

Adding assertXPath.

AttachmentSizeStatusTest resultOperations
system-module_page_test-314285-5.patch8.09 KBIgnored: Check issue status.NoneNone

#6

Oops, flawed logic in assertXPath. I have bad copy-paste-fu

AttachmentSizeStatusTest resultOperations
system-module_page_test-314285-6.patch8.13 KBIgnored: Check issue status.NoneNone

#7

Status:needs review» needs work

Hey dimitri, the patch didn't apply. Thanks for your help with the testing!

#8

Component:tests» base system
Priority:critical» normal

Fixing the critical / pending bugs queues to reflect things which are really bugs or release critical.

nobody click here