From 0b04b0a2c2fa533fc8060c1fce7c47bbb5078aad Mon Sep 17 00:00:00 2001
From: Martyn Gigg <martyn.gigg@gmail.com>
Date: Thu, 10 Nov 2016 11:40:15 +0000
Subject: [PATCH] Update Squish object map

After WorkspaceView refactoring the mappings need updating to take into
account the new object names
---
 .../test/squish_test_suites/refl_gui_tests/objects.map       | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/MantidPlot/test/squish_test_suites/refl_gui_tests/objects.map b/MantidPlot/test/squish_test_suites/refl_gui_tests/objects.map
index 50e376cb3e2..768666ead13 100644
--- a/MantidPlot/test/squish_test_suites/refl_gui_tests/objects.map
+++ b/MantidPlot/test/squish_test_suites/refl_gui_tests/objects.map
@@ -10,14 +10,15 @@
 :Interfaces.Reflectometry_QMenu	{name='ReflectometryMenu' title='Reflectometry' type='QMenu' visible='1' window=':MantidPlot - untitled.Interfaces_QMenu'}
 :MantidPlot - untitled.Interfaces_QMenu	{name='interfaceMenu' title='Interfaces' type='QMenu' visible='1' window=':MantidPlot - untitled_ApplicationWindow_2'}
 :MantidPlot - untitled.WorkspaceContextMenu_QMenu	{name='WorkspaceContextMenu' type='QMenu' visible='1' window=':MantidPlot - untitled_ApplicationWindow_2'}
-:MantidPlot - untitled.Workspaces_MantidDockWidget	{name='exploreMantid' type='MantidDockWidget' visible='1' window=':MantidPlot - untitled_ApplicationWindow_2' windowTitle='Workspaces'}
+:MantidPlot - untitled.Workspaces_MantidDockWidget	{name='exploreMantid' type='QWorkspaceDockView' visible='1' window=':MantidPlot - untitled_ApplicationWindow_2' windowTitle='Workspaces'}
+:MantidPlot - untitled.Workspaces_MantidQt::MantidWidgets::QWorkspaceDockView	{name='exploreMantid' type='MantidQt::MantidWidgets::QWorkspaceDockView' visible='1' window=':MantidPlot - untitled_ApplicationWindow_2' windowTitle='Workspaces'}
 :MantidPlot - untitled_ApplicationWindow	{name='main application' type='ApplicationWindow' visible='0' windowTitle='MantidPlot - untitled'}
 :MantidPlot - untitled_ApplicationWindow_2	{name='main application' type='ApplicationWindow' visible='1' windowTitle='MantidPlot - untitled'}
 :Open Table_QFileDialog	{name='QFileDialog' type='QFileDialog' visible='0' windowTitle='Open Table'}
 :RenameWorkspace input dialog.Run_QPushButton	{text='Run' type='QPushButton' unnamed='1' visible='1' window=':RenameWorkspace input dialog_MantidQt::API::GenericDialog'}
 :RenameWorkspace input dialog_MantidQt::API::GenericDialog	{type='MantidQt::API::GenericDialog' unnamed='1' visible='1' windowTitle='RenameWorkspace input dialog'}
 :RenameWorkspace input dialog_QPushButton	{type='QPushButton' unnamed='1' visible='1' window=':RenameWorkspace input dialog_MantidQt::API::GenericDialog'}
-:Workspaces.WorkspaceTree_MantidTreeWidget	{container=':MantidPlot - untitled.Workspaces_MantidDockWidget' name='WorkspaceTree' type='MantidTreeWidget' visible='1'}
+:Workspaces.WorkspaceTree_MantidTreeWidget	{container=':MantidPlot - untitled.Workspaces_MantidQt::MantidWidgets::QWorkspaceDockView' name='WorkspaceTree' type='MantidQt::MantidWidgets::MantidTreeWidget' visible='1'}
 :_QMenuBar	{type='QMenuBar' unnamed='1' visible='1'}
 :_QMessageBox	{type='QMessageBox' unnamed='1' visible='0'}
 :_QMessageBox_2	{type='QMessageBox' unnamed='1' visible='1'}
-- 
GitLab