I am trying to figure out why Vote up down 6.x-2.x branch test fail.

jthorson helped me making a re-test, but the error was the same.

The log is attached to the issue.

Some other weird error: category project is not a dependency of vote up down.

CommentFileSizeAuthor
log.txt107.37 KBmarvil07
Support from Acquia helps fund testing for Drupal Acquia logo

Comments

rfay’s picture

Project: Project Issue File Review » Project Dependency
Version: 6.x-2.x-dev » 6.x-1.x-dev
Category: support » bug

So it fails because it thinks the "category" module is a dependency. A casual glance gives me no clue about where category is coming from.

Edit: I forgot to mention that category contains a "taxonomy" module, which causes the breakage.

$ drush pdsd vote_up_down 6.x-2.x-dev

Array
(
    [352590] => Array
        (
            [uri] => ctools
            [version] => 6.x-1.x-dev
            [tag] => 6.x-1.x
        )

    [550092] => Array
        (
            [uri] => votingapi
            [version] => 6.x-2.3
            [tag] => 6.x-2.3
        )

    [285422] => Array
        (
            [uri] => category
            [version] => 6.x-2.0-alpha4
            [tag] => 6.x-2.0-alpha4
        )

)
rfay’s picture

rfay’s picture

Issue summary: View changes

link!