Closed (fixed)
Project:
Site verification
Version:
7.x-1.x-dev
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
29 Sep 2010 at 13:59 UTC
Updated:
14 Oct 2010 at 00:30 UTC
Hot on the heels of #926354: Site verification deletion uses D6 API, it looked logical to add some basic test coverage to ensure the module works consistently. I've attempted to write a basic test to add a site verification entry, look whether it shows up on the front page (this just covers the META tag), then remove it. So such a test would catch #926354: Site verification deletion uses D6 API not working.
Unfortunately I do not have much experience in testing multistep forms in the way you have them set up and I could not find good answers, so instead of dumping what I had, I decided to post as a patch and see if we can fix it up and make it work.
| Comment | File | Size | Author |
|---|---|---|---|
| site-verify-test.patch | 2.78 KB | gábor hojtsy |
Comments
Comment #1
dave reidSweet! I cleaned it up and got it working for both D7 and D6 and committed to CVS!
http://drupal.org/cvs?commit=429850
http://drupal.org/cvs?commit=429852
Thanks very much Gábor!