The $this->setup variable needs to be set to TRUE at the end of the setup(). In my case all tests were failing with the message "The test cannot be executed because it has not been set up properly."

The $this->setup variable was introduced in drupal 7.12: http://drupal.org/node/1212992

Comments

exratione’s picture

Yup, this is a problem for us too.

The patch methodology works - all that needs to be done is to add that "$this->setup = TRUE" line.

daveparrish’s picture

StatusFileSize
new429 bytes

I'm uploading another patch because I had trouble applying the current one with drush make.

jhedstrom’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.