Closed (works as designed)
Project:
Taxonomy Menu
Version:
7.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
8 Jan 2013 at 15:13 UTC
Updated:
9 Jan 2013 at 10:25 UTC
I just downloaded and installed the latest version of 7.x-2.0-dev from git, and ran the tests. I got
186 passes, 121 fails, 0 exceptions, and 59 debug messages
There seem to be mostly just around 5 or 6 failing tests that repeat:
"Failed to set field taxonomy_menu[vocab_parent] to user-menu:0"
"Failed to set field taxonomy_menu[options_structure][hide_empty_terms] to 1"
"Found the Save button"
"Found the requested form fields at admin/structure/taxonomy/rw63vz9j/edit"
"Raw "The Taxonomy menu was not updated. Nothing to update." found"
If someone who knows something about the module could fix those, I'd appreciate it. I'd like to start working on the multiple parent support (http://drupal.org/node/498182), but I'd much rather start with a version that passes the tests, so I'd know if my changes break anything.
Comments
Comment #1
hles commentedHmm I'll take a look at that, but I only commit when all the tests actually pass locally.
Comment #2
hles commentedI'm not sure what the problem is. I just cloned the project
git clone --recursive --branch 7.x-2.x hles@git.drupal.org:project/taxonomy_menu.gitand got all 342 tests passing. Maybe you can see something in the testing interface with verbose information ?Thanks anyway for working on the long-awaited multiple parents feature !
Comment #3
hles commentedLooking at the errors "Failed to set field", it looks like taxonomy menu is not even enabled.
Comment #4
firebird commentedMy bad, this was due to an old version of Drupal core.
Comment #5
hles commentedOk no problem ! Thanks for working on the module anyway.