blob: be4d171d3b098c2cd5438c2450046cd526dfe58c [file] [log] [blame]
--- RCPTT testcase ---
Format-Version: 1.0
Contexts: _tlWZcGphEeCzId1Gnkds9A,_iFwbYEAFEeWXj5q2GlW5Zw
Element-Name: Bug 472901_ClipboardContent_To-Clipboard
Element-Type: testcase
Element-Version: 3.0
External-Reference: https://bugs.eclipse.org/bugs/show_bug.cgi?id=472901
Id: _S5qEoEAFEeWXj5q2GlW5Zw
Runtime-Version: 2.0.0.201508111345
Save-Time: 8/12/15 12:19 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
--------------------------------------------------------------------------------
TEST STEPS
1. Put any text to a clipboard using to-clipboard command;
2. Paste into any text area;
3. Make sure that text has pasted correctly.
------=_.description-216f885c-d591-38ce-8ea2-e4f8cb4d6ffa--
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac
Content-Type: text/ecl
Entry-Name: .content
get-view "Test Explorer" | get-tree | select "TestQ7Prj/Project Settings" | select "TestQ7Prj/Project Settings"
| double-click
get-editor "TestQ7Prj - Project Settings" | get-section Description | get-text-viewer | key-type "M1+v"
get-editor "TestQ7Prj - Project Settings" | get-section Description | get-text-viewer | get-property text
| equals "Copyright (c) 2009, 2014 Xored Software Inc and others.\n"
+ "All rights reserved. This program and the accompanying materials\n"
+ "are made available under the terms of the Eclipse Public License v1.0\n"
+ "which accompanies this distribution, and is available at\n"
+ "http://www.eclipse.org/legal/epl-v10.html\n\n"
+ "Contributors:\n"
+ " Xored Software Inc - initial creation and/or initial documentation\n"
+ "--------------------------------------------------------------------------------\n\n"
+ "TEST STEPS\n\n"
+ "1. Put any text to a clipboard using to-clipboard command;\n"
+ "2. Paste into any text area;\n"
+ "3. Make sure that text has pasted correctly." | verify-true
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac--