Closed (outdated)
Project:
Drupal core
Version:
7.x-dev
Component:
base system
Priority:
Normal
Category:
Task
Assigned:
Unassigned
Reporter:
Created:
16 Aug 2008 at 02:18 UTC
Updated:
24 Mar 2011 at 07:52 UTC
Jump to comment: Most recent, Most recent file
Comments
Comment #1
catchThis is pretty ugly, postComment probably needs to go into DrupalWebTestCase for a start, and it needs finishing up. But still, pancakes!
Comment #2
catchHere goes. postComment is moved out of comment.test and becomes drupalPostComment in drupalWebTestCase() - otherwise unchanged.
Finished off the test, which passes. Kyle Matthews was my partner for the testing party, so should get credit on commit.
Comment #3
catchslight tidy up.
Comment #4
catchComment #5
floretan commentedPatch looks good, just some formatting fixes.
I understand that unlike other drupalCreate*() methods, drupalPostComment() actually posts the information rather than creating an item programmatically. However, for consistency, shouldn't the method be named drupalCreateComment()?
Otherwise RTBC.
Comment #6
floretan commentedforgot patch
Comment #7
chrisshattuck commentedPatch had 4 failures and several successes. Looks like it needs to be updated.
Comment #8
catchFixing the critical / pending bugs queues to reflect things which are really bugs or release critical.