summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorAngie Byron <webchick@24967.no-reply.drupal.org>2009-10-18 07:50:45 +0000
committerAngie Byron <webchick@24967.no-reply.drupal.org>2009-10-18 07:50:45 +0000
commit513d7eb87ef04e783ee81b2fdf1307389cf8557a (patch)
treedf8037e19a6097a33491d8b898c247a4c25dccf1 /modules
parent8387caea67cffeb02933c19c4bc6102144a34f14 (diff)
downloadbrdo-513d7eb87ef04e783ee81b2fdf1307389cf8557a.tar.gz
brdo-513d7eb87ef04e783ee81b2fdf1307389cf8557a.tar.bz2
#607652 by catch: Fix uncaught exceptions in taxonomy tests.
Diffstat (limited to 'modules')
-rw-r--r--modules/taxonomy/taxonomy.test1
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/taxonomy/taxonomy.test b/modules/taxonomy/taxonomy.test
index e7b41599c..6b64bf8cc 100644
--- a/modules/taxonomy/taxonomy.test
+++ b/modules/taxonomy/taxonomy.test
@@ -326,6 +326,7 @@ class TaxonomyTermTestCase extends TaxonomyWebTestCase {
$this->instance = array(
'field_name' => 'taxonomy_' . $this->vocabulary->machine_name,
'bundle' => 'article',
+ 'object_type' => 'node',
'widget' => array(
'type' => 'options_select',
),