Posted by jcfiala on April 20, 2009 at 4:12am
Jump to:
| Project: | Link |
| Version: | 6.x-2.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | jcfiala |
| Status: | active |
Issue Summary
A set of simpletests that exercises the link module field need to be written and added to the project so that releases can be assured of working properly.
Comments
#1
Two additional notes:
1) I'm looking for simpletests for the 6.x-2.x branch of simpletest - the one that's compatible with Drupal 7.
2) Anyone is welcome to write simpletests - you don't even need to learn how to patch, since the tests can be separate files that live inside of the tests directory of the module. I'm planning on starting by seeing how cck does their tests and then move on from there, but if you've got tests that prove the code works, they're welcome.
#2
I've created a tests directory and put a link.crud.test file into it which inherits from the content.crud.test file in cck.
Join in! Help out! Now all you have to do is add tests to the same file.
#3
I'm continuing to add tests today before I start in on some of the 'Such-and-such a character fails validation' issues. So, I wanted to spool this to the top of the list.
Thanks to the folks who have submitted tests!