Index: modules/taxonomy/taxonomy.test
===================================================================
RCS file: /cvs/drupal/drupal/modules/taxonomy/taxonomy.test,v
retrieving revision 1.54
diff -u -p -r1.54 taxonomy.test
--- modules/taxonomy/taxonomy.test	16 Oct 2009 03:47:14 -0000	1.54
+++ modules/taxonomy/taxonomy.test	18 Oct 2009 07:38:02 -0000
@@ -326,6 +326,7 @@ class TaxonomyTermTestCase extends Taxon
     $this->instance = array(
       'field_name' => 'taxonomy_' . $this->vocabulary->machine_name,
       'bundle' => 'article',
+      'object_type' => 'node',
       'widget' => array(
         'type' => 'options_select',
       ),
Index: profiles/default/default.install
===================================================================
RCS file: /cvs/drupal/drupal/profiles/default/default.install,v
retrieving revision 1.13
diff -u -p -r1.13 default.install
--- profiles/default/default.install	16 Oct 2009 00:52:46 -0000	1.13
+++ profiles/default/default.install	18 Oct 2009 07:38:02 -0000
@@ -192,7 +192,7 @@ function default_install() {
   taxonomy_vocabulary_save($vocabulary);
   $instance = array(
     'field_name' => 'taxonomy_' . $vocabulary->machine_name,
-    'object_type' => 'taxonomy_term',
+    'object_type' => 'node',
     'label' => $vocabulary->name,
     'bundle' => 'article',
     'description' => $vocabulary->help,
