blob: f315bb39308bc70a4c2255ddf9ae39e53a399265 [file] [log] [blame]
--- RCPTT testcase ---
Format-Version: 1.0
Element-Name: Switch Workspace
Element-Type: testcase
Element-Version: 3.0
External-Reference:
Id: _3-uE0BZaEeWduqDErBxjvw
Runtime-Version: 2.0.0.201506180836
Save-Time: 6/19/15 3:29 PM
Testcase-Type: ecl
------=_.description-216f885c-d591-38ce-8ea2-e4f8cb4d6ffa
Content-Type: text/plain
Entry-Name: .description
Copyright (c) 2009, 2014 Xored Software Inc and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
Contributors:
Xored Software Inc - initial creation and/or initial documentation
--------------------------------------------------------------------------------
------=_.description-216f885c-d591-38ce-8ea2-e4f8cb4d6ffa--
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac
Content-Type: text/ecl
Entry-Name: .content
get-menu "File/Switch Workspace/Other..." | click
set-dialog-result Folder "platform:/resource/new_workspace"
with [get-window "Workspace Launcher"] {
get-button "Browse..." | click
get-button OK | click
}
wait-until-eclipse-is-ready
get-menu "Window/Perspective/Open Perspective/Other..." | click
with [get-window "Open Perspective"] {
get-table | select Resource
get-button OK | click
}
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac--