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

hles’s picture

Hmm I'll take a look at that, but I only commit when all the tests actually pass locally.

hles’s picture

I'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.git and 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 !

hles’s picture

Looking at the errors "Failed to set field", it looks like taxonomy menu is not even enabled.

firebird’s picture

Status: Active » Closed (works as designed)

My bad, this was due to an old version of Drupal core.

hles’s picture

Ok no problem ! Thanks for working on the module anyway.