From 513d7eb87ef04e783ee81b2fdf1307389cf8557a Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Sun, 18 Oct 2009 07:50:45 +0000 Subject: #607652 by catch: Fix uncaught exceptions in taxonomy tests. --- modules/taxonomy/taxonomy.test | 1 + 1 file changed, 1 insertion(+) (limited to 'modules') 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', ), -- cgit v1.2.3