Closed (fixed)
Project:
Link
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
20 Apr 2009 at 04:12 UTC
Updated:
3 Mar 2012 at 14:30 UTC
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
Comment #1
jcfiala commentedTwo 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.
Comment #2
jcfiala commentedI'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.
Comment #3
jcfiala commentedI'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!
Comment #4
dqdas far as I know we can close this since simpletests are working? correct me if I am wrong. Greetings.