Closed (cannot reproduce)
Project:
SimpleTest
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
17 Aug 2009 at 12:13 UTC
Updated:
7 Oct 2010 at 22:49 UTC
Jump to comment: Most recent file
Comments
Comment #1
boombatower commentedThis obviously does not happen for me, and would guess most. As such I'm going to need a bit more information as to what might be causing it on your system.
Please review the trouble shooting information as well: http://drupal.org/node/394976.
Comment #2
voidberg commentedI reviewed the information there, doesn't help.
What information do you need?
Comment #3
boombatower commentedDid you place the snippet in the settings.php.
Comment #4
boombatower commentedPlease re-open if still having issues.
Comment #5
peronas commentedHi all,
I'm reopening this issue as I'm encountering a very similar problem with a fresh install of SimpleTest. In short I can't get any of the included tests to pass and am receiving the same errors as the original poster in terms of the expected form fields not being found.
After reading through some other posts and going over the trouble shooting guide it appears the problem lies with the fact that the drupalGet calls are only returning a single byte of data. The odd bit is the request is getting an OK (200) return code on the request so there doesn't appear to be any trouble resolving and requesting the page.
I'm currently running Drupal 6.16 and initially tried the 6.x-2.10 build of SimpleTest but after reading some of the other bug reports I tried the 6.x-2.x-dev build with unfortunately the same results.
Anyone have any ideas on what could be causing this? If any more info is needed let me know!
Thanks!
Comment #6
boombatower commentedI am not sure what to say, but sounds like something is messed up with your environment that the page is returning 1 byte....not much I can debug since I cannot re-produce...Are you still having this issue?