From 14e383a0096a28e93dfd21b40ea64da8a090f4f3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=CC=81bor=20Hojtsy?= Date: Mon, 18 Feb 2019 16:35:45 +0100 Subject: [PATCH] Issue #3031086 by amateescu, plach: Configurable fields that are created only for update path tests should be defined with custom_storage = TRUE --- .../update/field.storage.node.field_ref_autocreate_2412569.yml | 2 +- .../field.storage.node.field_ref_views_select_2429191.yml | 1 + .../update/field.storage.node.field_file_generic_2677990.yml | 2 +- .../update/field.storage.node.field_file_table_2677990.yml | 2 +- 4 files changed, 4 insertions(+), 3 deletions(-) diff --git a/core/modules/field/tests/fixtures/update/field.storage.node.field_ref_autocreate_2412569.yml b/core/modules/field/tests/fixtures/update/field.storage.node.field_ref_autocreate_2412569.yml index 19e4a6abf76cc53..1e474e833b4c40f 100644 --- a/core/modules/field/tests/fixtures/update/field.storage.node.field_ref_autocreate_2412569.yml +++ b/core/modules/field/tests/fixtures/update/field.storage.node.field_ref_autocreate_2412569.yml @@ -17,4 +17,4 @@ cardinality: 1 translatable: true indexes: { } persist_with_no_fields: false -custom_storage: false +custom_storage: true diff --git a/core/modules/field/tests/fixtures/update/field.storage.node.field_ref_views_select_2429191.yml b/core/modules/field/tests/fixtures/update/field.storage.node.field_ref_views_select_2429191.yml index 84d8eca39f3295e..950d3e024f1ff37 100644 --- a/core/modules/field/tests/fixtures/update/field.storage.node.field_ref_views_select_2429191.yml +++ b/core/modules/field/tests/fixtures/update/field.storage.node.field_ref_views_select_2429191.yml @@ -17,3 +17,4 @@ cardinality: 1 translatable: true indexes: { } persist_with_no_fields: false +custom_storage: true diff --git a/core/modules/file/tests/fixtures/update/field.storage.node.field_file_generic_2677990.yml b/core/modules/file/tests/fixtures/update/field.storage.node.field_file_generic_2677990.yml index 2c4a297dc05f6fd..0eda228ef430fca 100644 --- a/core/modules/file/tests/fixtures/update/field.storage.node.field_file_generic_2677990.yml +++ b/core/modules/file/tests/fixtures/update/field.storage.node.field_file_generic_2677990.yml @@ -20,4 +20,4 @@ cardinality: 1 translatable: true indexes: { } persist_with_no_fields: false -custom_storage: false +custom_storage: true diff --git a/core/modules/file/tests/fixtures/update/field.storage.node.field_file_table_2677990.yml b/core/modules/file/tests/fixtures/update/field.storage.node.field_file_table_2677990.yml index bf93af8c261a616..8d75eb7961d2c54 100644 --- a/core/modules/file/tests/fixtures/update/field.storage.node.field_file_table_2677990.yml +++ b/core/modules/file/tests/fixtures/update/field.storage.node.field_file_table_2677990.yml @@ -20,4 +20,4 @@ cardinality: 1 translatable: true indexes: { } persist_with_no_fields: false -custom_storage: false +custom_storage: true