Closed (fixed)
Project:
Drupal core
Version:
7.x-dev
Component:
base system
Priority:
Minor
Category:
Bug report
Assigned:
Reporter:
Created:
9 Jan 2009 at 23:58 UTC
Updated:
25 Jan 2009 at 07:50 UTC
Jump to comment: Most recent file
fix taxonomy test dependency
| Comment | File | Size | Author |
|---|---|---|---|
| #4 | taxo_test_depends.patch | 1.77 KB | chx |
| taxo_test_depends.patch | 362 bytes | chx |
Comments
Comment #1
chx commentedComment #3
webchickI have no idea WHY, but I can reproduce the results of the testing bot locally. Needs work.
Comment #4
chx commentedWe unset the hidden modules from $files so that when a hidden module depends on them then it breaks. Fixed.
Comment #5
damien tournoud commentedInteresting. May be we should unset the hidden module latter in the process then?
Comment #6
damien tournoud commentedComment #7
catchIn this particular case, we should move the entire test case from taxonomy_test.test to taxonomy.test anyway - only the module needs to be there to implement the hooks, not the test itself - been meaning to do that for ages. So re-titling, and I'll open a cut and paste issue to move the test across later on.
Comment #8
chx commentedDamien, no because if you move the unset then here you need to check for hidden-ness and at other places too.
Comment #9
damien tournoud commentedOk, makes sense.
Comment #10
dries commentedCommitted to CVS HEAD. Thanks!