Blog module test
solotandem - March 31, 2008 - 00:22
| Project: | SimpleTest |
| Version: | 7.x-1.x-dev |
| Component: | Code |
| Category: | task |
| Priority: | normal |
| Assigned: | solotandem |
| Status: | closed |
Description
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
<?php
$this->drupalGet('admin/help/blog');
?>| Attachment | Size |
|---|---|
| blog.test | 6.79 KB |

#1
Committed.
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.
#2
The attached patch eliminates the unused
$uservariable from theverifyBlogsfunction and tidies up a couple of comments.#3
Committed.
Thanks for the follow up.
#4
Revision needed due to recent core change of the delta column from numeric to alpha.
#5
Committed
#6
Automatically closed -- issue fixed for two weeks with no activity.