Closed (won't fix)
Project:
Drupal core
Version:
7.x-dev
Component:
simpletest.module
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
24 Jun 2008 at 21:20 UTC
Updated:
8 Jul 2009 at 22:00 UTC
the same bug and essentially the same patch as: http://drupal.org/node/274486
I run into a funny little bug after converting CCK tests to use the 7.x API - if Views is enabled on the "live" site, I get on PHP error that indicates that CCK is trying to clear {cache_views}. But only one such error (when CCK would otherwise do this lots of times) - which made me think it was a stale static var hanging around during the simpletest install.
| Comment | File | Size | Author |
|---|---|---|---|
| clear-module-list-7x.patch | 850 bytes | pwolanin |
Comments
Comment #1
pwolanin commentedComment #2
dmitrig01 commentedPut one of these in tearDown too, after it reverts to the orig prefix
Comment #3
boombatower commentedThere already is one in tearDown as I found issues related to it and fixed that. I'm just not sure if the patch puts in in the right order.
Comment #4
boombatower commentedNow that #243773: SimpleTest: Use the Batch API instead of the current all-in-one approach is committed do we actually need this?
Comment #5
pwolanin commentedhmm, I need to figure out a test case, since I don't think I want to try to port CCK+ Views to D7
Comment #6
sun.core commentedSorry, without further information this issue can only be marked as won't fix.
Feel free to re-open this issue if you want to provide further information. Thanks.