summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwebchick <webchick@24967.no-reply.drupal.org>2012-09-30 21:01:52 -0400
committerwebchick <webchick@24967.no-reply.drupal.org>2012-09-30 21:01:52 -0400
commit978c3719626d7cedf948a32f1e418adfee5cc162 (patch)
treef04af659d3102fdea4e5a4fc52b267e5c80d01da
parentf9cb092cc33308522dace0d3177058a170128afb (diff)
downloadbrdo-978c3719626d7cedf948a32f1e418adfee5cc162.tar.gz
brdo-978c3719626d7cedf948a32f1e418adfee5cc162.tar.bz2
Issue #1778986 by yched: Fixed drupal-7.filled.standard_all() test db dump has invalid widget info.
-rw-r--r--modules/simpletest/tests/upgrade/drupal-7.filled.standard_all.database.php.gzbin97562 -> 97603 bytes
-rw-r--r--scripts/generate-d7-content.sh3
2 files changed, 1 insertions, 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
--- 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
Binary files 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(),
);
}