Taxonomy tests fail
Rok Žlender - August 8, 2006 - 22:58
| Project: | SimpleTest |
| Version: | 6.x-1.x-dev |
| Component: | Code |
| Category: | bug report |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Description
Taxonomy tests fail when runing on cvs or 4.7 drupal.
Fail: Taxonomy -> Vocabulary functions -> testVocabularyFunctions -> Checking value of nodes at [/var/www/html/drupal47/modules/simpletest/tests/taxonomy.module.test line 47]
And Taxonomy->Taxonomy nodeapi doesnt finish at all there seems to be an exit call before the end.

#1
Patch I attached fixes Vocabulary functions tests please review my code.
Regarding the Taxonomy nodeapi tests this is what I found out:
<?php$perm = array('access content', 'create story content', 'edit own story content');
?>
this is how it should be so this works on HEAD version of drupal
#2
This patch was committed during the Drupal 5 port, http://drupal.org/node/128707
#3
Automatically closed -- issue fixed for two weeks with no activity.