Closed (fixed)
Project:
SimpleTest
Component:
Code
Priority:
Normal
Category:
Task
Assigned:
Reporter:
Created:
31 Mar 2008 at 00:22 UTC
Updated:
28 Apr 2008 at 19:42 UTC
Jump to comment: Most recent file
Here is a test for the blog module.
I found the following issues:
1) In checking the breadcrumbs, I used assertText and noticed that html entities are not converted to plain text.
For example, the apostrophe ([user name]'s blog) needs to be asserted as the html entity #039.
Is this intended or do we want to have these characters converted?
2) The statement $this->drupalGet('admin/help/blog'); does not take you to the blog specific help, but only to the help contents page.
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | blog_delta_chg.patch | 709 bytes | solotandem |
| #2 | blog.test | 6.79 KB | solotandem |
| blog.test | 6.79 KB | solotandem |
Comments
Comment #1
boombatower commentedCommitted.
Looks great. Nice work.
In response to your two issues, I will have chx and webchick see what they think. Anyone else is free to comment.
Comment #2
solotandem commentedThe attached patch eliminates the unused
$uservariable from theverifyBlogsfunction and tidies up a couple of comments.Comment #3
boombatower commentedCommitted.
Thanks for the follow up.
Comment #4
solotandem commentedRevision needed due to recent core change of the delta column from numeric to alpha.
Comment #5
boombatower commentedCommitted
Comment #6
Anonymous (not verified) commentedAutomatically closed -- issue fixed for two weeks with no activity.