Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
simpletest.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
30 May 2009 at 00:45 UTC
Updated:
1 May 2012 at 12:01 UTC
Jump to comment: Most recent file
Comments
Comment #1
damien tournoud commentedComment #2
damien tournoud commentedAnd a second version, thanks to chx.
Comment #3
chx commentedThis is good and although it does not have tests , there are many tests coming that will use this.
Comment #4
dries commentedThis looks good. Committed. Looking forward to the follow-up patches.
Comment #6
xanoTokens are unusable, because DrupalWebTestCase::drupalGetToken() does not use a hash salt, while drupal_get_token() does.
The patches make drupalGetToken() up to date with drupal_get_token().
Comment #7
xanoAh, of course. This is a 7.x issue. I moved the patches to #1555862: DrupalWebTestCase::drupalGetToken() does not add hash salt.