From 81883086cb136944d7661a7a273cdc24c6e10485 Mon Sep 17 00:00:00 2001
From: Tomas Peterka <tomas.peterka@nexedi.com>
Date: Mon, 30 Apr 2018 14:03:18 +0200
Subject: [PATCH] [core_test] Follow naming conventions

---
 .../Folder_doNothingDialog/custom_variable.xml            | 2 +-
 .../erp5_ui_test/Folder_doNothingDialog/listbox.xml       | 8 +++++++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diff --git a/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/Folder_doNothingDialog/custom_variable.xml b/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/Folder_doNothingDialog/custom_variable.xml
index 97d3c044c3..486540d5e3 100644
--- a/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/Folder_doNothingDialog/custom_variable.xml
+++ b/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/Folder_doNothingDialog/custom_variable.xml
@@ -249,7 +249,7 @@
                 </item>
                 <item>
                     <key> <string>title</string> </key>
-                    <value> <string>custom_variable</string> </value>
+                    <value> <string>Custom variable</string> </value>
                 </item>
                 <item>
                     <key> <string>truncate</string> </key>
diff --git a/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/Folder_doNothingDialog/listbox.xml b/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/Folder_doNothingDialog/listbox.xml
index 45012a5325..ef5bb9cde2 100644
--- a/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/Folder_doNothingDialog/listbox.xml
+++ b/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/Folder_doNothingDialog/listbox.xml
@@ -9,7 +9,9 @@
         <item>
             <key> <string>delegated_list</string> </key>
             <value>
-              <list/>
+              <list>
+                <string>selection_name</string>
+              </list>
             </value>
         </item>
         <item>
@@ -71,6 +73,10 @@
                     <key> <string>form_id</string> </key>
                     <value> <string>FooModule_viewFooList</string> </value>
                 </item>
+                <item>
+                    <key> <string>selection_name</string> </key>
+                    <value> <string>foo_donothing_selection</string> </value>
+                </item>
               </dictionary>
             </value>
         </item>
-- 
2.30.9