From 978c3719626d7cedf948a32f1e418adfee5cc162 Mon Sep 17 00:00:00 2001 From: webchick Date: Sun, 30 Sep 2012 21:01:52 -0400 Subject: Issue #1778986 by yched: Fixed drupal-7.filled.standard_all() test db dump has invalid widget info. --- .../drupal-7.filled.standard_all.database.php.gz | Bin 97562 -> 97603 bytes scripts/generate-d7-content.sh | 3 +-- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/simpletest/tests/upgrade/drupal-7.filled.standard_all.database.php.gz b/modules/simpletest/tests/upgrade/drupal-7.filled.standard_all.database.php.gz index 5cc5690e1..472eedb23 100644 Binary files a/modules/simpletest/tests/upgrade/drupal-7.filled.standard_all.database.php.gz and b/modules/simpletest/tests/upgrade/drupal-7.filled.standard_all.database.php.gz differ diff --git a/scripts/generate-d7-content.sh b/scripts/generate-d7-content.sh index 364a25c92..1e1d13fa9 100644 --- a/scripts/generate-d7-content.sh +++ b/scripts/generate-d7-content.sh @@ -129,8 +129,7 @@ if (module_exists('taxonomy')) { } else { $instance['widget'] = array( - 'type' => 'select', - 'module' => 'options', + 'type' => 'options_select', 'settings' => array(), ); } -- cgit v1.2.3