Needs work
Project:
SimpleTest
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Feature request
Assigned:
Unassigned
Reporter:
Created:
7 Jul 2008 at 15:34 UTC
Updated:
11 Jan 2011 at 19:29 UTC
Jump to comment: Most recent file
Comments
Comment #1
pwolanin commentedthis patch seems to work
Comment #2
boombatower commentedI think the method of setting the install profile should be more "temporary" in that it won't effect other tests (if not reset). A parameter in setUp possible?
This might be better to move to core and discuss there and port back to 6.x.
Comment #3
pwolanin commentedmaybe needs to change the variable set too?
Comment #4
pwolanin commentedcore issue: http://drupal.org/node/279515
Comment #5
pwolanin commentedre-roll per core patch #9
Comment #6
pwolanin commentedre-roll per core patch #12 - just moves one line
Comment #7
boombatower commentedUntil core issue gets in.
Comment #8
boombatower commented1.x no longer maintained...fixed in 2.x.
Comment #9
pwolanin commentedThis is NOT fixed in 6.x-2.x. All the core tests will still use the default profile.
Comment #10
dave reidActually this is implemented in 6.x-2.x? I backported it myself from D7?
Comment #11
pwolanin commented@David Reid - please show me in the code how I can set ALL tests to run using a profile other than 'default'. I see how I can override it per-test, but that's doesn't help with the core tests, etc, if I want to test them against some other profile.
Comment #12
dave reidI just checked and it's not possible to do that with the D7 core SimpleTest module, which this module's 6.x-2.x branch is a straight port from. So this would need to be something for a core patch, or SimpleTest 7.x-2.x.