From e22feb71235729868069fbe862e804d66369d335 Mon Sep 17 00:00:00 2001 From: webchick Date: Thu, 12 Apr 2012 00:50:52 -0700 Subject: Issue #1211008 by yched, tim.plunkett, DamienMcKenna: Split field_bundle_settings() out per bundle. --- .../simpletest/tests/upgrade/drupal-7.field.database.php | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 modules/simpletest/tests/upgrade/drupal-7.field.database.php (limited to 'modules/simpletest/tests/upgrade/drupal-7.field.database.php') diff --git a/modules/simpletest/tests/upgrade/drupal-7.field.database.php b/modules/simpletest/tests/upgrade/drupal-7.field.database.php new file mode 100644 index 000000000..630476133 --- /dev/null +++ b/modules/simpletest/tests/upgrade/drupal-7.field.database.php @@ -0,0 +1,16 @@ +fields(array( + 'name', + 'value', +)) +->values(array( + 'name' => 'field_bundle_settings', + 'value' => 'a:1:{s:4:"node";a:1:{s:4:"poll";a:1:{s:12:"extra_fields";a:1:{s:7:"display";a:2:{s:16:"poll_view_voting";a:1:{s:7:"default";a:2:{s:6:"weight";s:1:"0";s:7:"visible";b:1;}}s:17:"poll_view_results";a:1:{s:7:"default";a:2:{s:6:"weight";s:1:"0";s:7:"visible";b:0;}}}}}}}', +)) +->execute(); -- cgit v1.2.3