blob: d6598f9a00a09ac05c0793f698f04586ba3c3d5d [file] [log] [blame]
--- RCPTT testcase ---
Format-Version: 1.0
Contexts: _tlWZcGphEeCzId1Gnkds9A,_iFwbYEAFEeWXj5q2GlW5Zw
Element-Name: Bug 472901_ClipboardContent_EmptyClipboard
Element-Type: testcase
Element-Version: 3.0
External-Reference: https://bugs.eclipse.org/bugs/show_bug.cgi?id=472901
Id: _a651oECyEeW7jOAOZfCjPw
Runtime-Version: 2.0.0.201508111345
Save-Time: 8/12/15 12:31 PM
Testcase-Type: ecl
------=_.description-216f885c-d591-38ce-8ea2-e4f8cb4d6ffa
Content-Type: text/plain
Entry-Name: .description
Copyright (c) 2009, 2019 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 v2.0
which accompanies this distribution, and is available at
https://www.eclipse.org/legal/epl-v20.html
Contributors:
Xored Software Inc - initial creation and/or initial documentation
--------------------------------------------------------------------------------
TEST STEPS
1. Pass empty string with to-clipboard command;
2. Check that clipboard is empty.
------=_.description-216f885c-d591-38ce-8ea2-e4f8cb4d6ffa--
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac
Content-Type: text/ecl
Entry-Name: .content
from-clipboard | equals "Copyright (c) 2009, 2019 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 v2.0\n"
+ "which accompanies this distribution, and is available at\n"
+ "https://www.eclipse.org/legal/epl-v20.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
to-clipboard ""
from-clipboard | equals "" | verify-true
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac--