Closed (fixed)
Project:
SimpleTest
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
10 Jan 2009 at 11:49 UTC
Updated:
22 Feb 2009 at 03:50 UTC
Jump to comment: Most recent file
Comments
Comment #1
jpetso commentedIn Drupal 7, this is already changed - but to assertTrue() instead of !empty(), which is really the same thing written differently. I suggest doing it the same way in the D6 version of SimpleTest as well. Patch attached, code shamelessly stolen from core.
Comment #2
lyricnz commentedOk
Comment #3
lyricnz commentedActually, we should probably backport all of the D7 patch, which comes from http://drupal.org/node/345632#comment-1149863
Comment #4
lyricnz commentedReroll patch from #345632: SimpleTest: correct assertTitle logic for simpletest 6.x-2 branch.
Comment #5
chx commentedComment #6
boombatower commentedComplete backport of Drupal 7.x SimpleTest module. (voids all backports). (SimpleTest 2.6)
Please re-open if still an issue.