When running unit tests (simpletest 6.x-2.8), it breaks with a 'context_set() not found' error.

The module needs to be installed in $test->setUp()

Also you are overriding $test->tearDown() which I don't see why

CommentFileSizeAuthor
context_test_setup.patch517 bytesjose reyero

Comments

langworthy’s picture

Status: Active » Needs review

I encountered problems running Simpletest on context. This patch allows Simpletest to run all the tests. I'm don't know about the issues with tearDown() so i'm setting to needs review.

yhahn’s picture

Status: Needs review » Fixed

Thank you, committed to 3.x.

Status: Fixed » Closed (fixed)

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