Closed (fixed)
Project:
Context
Version:
6.x-2.0-beta7
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
19 Nov 2009 at 11:24 UTC
Updated:
23 Feb 2010 at 05:00 UTC
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
| Comment | File | Size | Author |
|---|---|---|---|
| context_test_setup.patch | 517 bytes | jose reyero |
Comments
Comment #1
langworthy commentedI 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.
Comment #2
yhahn commentedThank you, committed to 3.x.