suggested task writeup:

Summary: Write Simpletest tests for Actions for content

Having a full suite of tests for Drupal 6.x core functionality using the Simpletest module would be a major step forward for the project to insure that new code does not introduce bugs into basic functionality. New core tests will be committed to the Simpletest project and used for automated testing by http://testing.drupal.org.

For this task, you need to first install and familiarize yourself with the simpletest module (use the cvs HEAD version with Drupal HEAD/6.x Beta):
http://drupal.org/project/simpletest
http://drupal.org/simpletest

The main work for this task is to write a small suite of tests to check the basic functionality of node revisions. This suite should be written as a single .test file and should achieve RTBC status in the Simpletest module issue queue.

Suggested tests:

1. admin/build/actions/assign/node Assign an action. Trigger the action and make sure it fires.
2. admin/build/actions/assign/node Attempt to assign the same action twice. Confirm error.
3. admin/build/actions/assign/node Remove an assigned action. Make sure it no longer fires.

Comments

cwgordon7’s picture

Status: Active » Needs work

Again: sounds interesting, just needs a better explanation of what simpletest is and more specifically what this task is. It is a very confusing description for someone who has no idea what simpletest is.

-cwgordon7

pwolanin’s picture

webchick’s picture

Status: Fixed » Closed (fixed)

Cool. Marking closed to take it out of the listings.