From ba3a839cc77cb33593445834943ad60d02a793bd Mon Sep 17 00:00:00 2001 From: Alex Pott <alex.a.pott@googlemail.com> Date: Thu, 13 Mar 2014 15:21:54 +0000 Subject: [PATCH] Issue #2216909 by sun, longwave: Random test failure in ConfigTranslationUiTest. --- .../test_views/views.view.test_node_row_plugin.yml | 4 ++-- .../test_views/views.view.test_groupwise_term.yml | 2 +- .../test_views/views.view.test_groupwise_user.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_row_plugin.yml b/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_row_plugin.yml index 84b9a57bf079..4efc395a86fb 100644 --- a/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_row_plugin.yml +++ b/core/modules/node/tests/modules/node_test_views/test_views/views.view.test_node_row_plugin.yml @@ -42,14 +42,14 @@ display: display_plugin: default display_title: Master id: default - position: { } + position: 0 page_1: display_options: path: test-node-row-plugin display_plugin: page display_title: Page id: page_1 - position: { } + position: 0 label: test_node_row_plugin langcode: en module: views diff --git a/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_groupwise_term.yml b/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_groupwise_term.yml index 2dc1c2ba52c5..5fd37bc02ceb 100644 --- a/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_groupwise_term.yml +++ b/core/modules/taxonomy/tests/modules/taxonomy_test_views/test_views/views.view.test_groupwise_term.yml @@ -65,7 +65,7 @@ display: display_plugin: default display_title: Master id: default - position: { } + position: 0 label: test_groupwise langcode: und module: views diff --git a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_groupwise_user.yml b/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_groupwise_user.yml index b0a6665e52a7..4dc494a47f2b 100644 --- a/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_groupwise_user.yml +++ b/core/modules/user/tests/modules/user_test_views/test_views/views.view.test_groupwise_user.yml @@ -77,7 +77,7 @@ display: display_plugin: default display_title: Master id: default - position: { } + position: 0 label: test_groupwise_user langcode: und module: views -- GitLab