From 939a1f01a14bb9d764a6379d84c0963f23586ad3 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Thu, 13 Nov 2008 08:13:56 +0000 Subject: #332145 by catch and Arancaytar: Fix regression on term submit form. --- modules/taxonomy/taxonomy.test | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/taxonomy/taxonomy.test') diff --git a/modules/taxonomy/taxonomy.test b/modules/taxonomy/taxonomy.test index 7f34de9de..a128edee5 100644 --- a/modules/taxonomy/taxonomy.test +++ b/modules/taxonomy/taxonomy.test @@ -595,6 +595,9 @@ class TermEditTestCase extends DrupalWebTestCase { 'name' => $this->randomName(12), 'description' => $this->randomName(100), ); + // Explictly set the parents field to 'root', to ensure that + // taxonomy_form_term_submit() handles the invalid term ID correctly. + $edit['parent[]'] = 0; // Create the term to edit (adding to the default 'Tags' vocabulary). $this->drupalPost('admin/content/taxonomy/1/add/', $edit, t('Save')); -- cgit v1.2.3