blob: 195d13ec6cccd23aff6a639d0ce2198811434d90 [file] [log] [blame]
--- RCPTT testcase ---
Format-Version: 1.0
Contexts: _ymiyse5IEeCU6db9MgIBkA,_IeEQkPSUEeCE1L2j6bYoFw
Element-Name: EnterSpecialSymbolsInDescription
Element-Type: testcase
Element-Version: 3.0
External-Reference: http://jira4.xored.com/browse/QS-1700
Id: _TH61EDtqEeG8pezHWLcUvg
Runtime-Version: 2.2.0.qualifier
Save-Time: 5/21/17 2:29 PM
Tags: TestCase, Description
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-view "Test Explorer" | get-tree | select "Q7Project/TestCase1" | double-click -nowait
with [get-editor TestCase1 | get-section Description] {
click
with [get-editbox] {
set-text "∞ © ¥ € 你好世界\n"
key-type Enter
key-type "M1+s"
}
}
get-editor TestCase1 | get-section Description | get-editbox | get-property text | equals "∞ © ¥ € 你好世界"
| verify-true
with [get-editor TestCase1] {
with [get-section Description | get-editbox] {
key-type "M1+a"
key-type "M1+c"
}
with [get-editbox -after [get-label "Tags:"]] {
key-type "M1+v"
key-type "M1+s"
}
}
get-editor TestCase1 | get-editbox -after [get-label "Tags:"] | get-property text | equals "∞ © ¥ € 你好世界"
| verify-true
get-editor TestCase1 | close
with [get-view "Test Explorer"] {
click
get-tree | select "Q7Project/TestCase1" | double-click -nowait
}
get-editor TestCase1 | get-editbox -after [get-label "Tags:"] | get-property text | equals "∞ © ¥ € 你好世界"
| verify-true
get-view "Test Explorer" | get-tree | select "Q7Project/WorkbenchContext" | double-click -nowait
with [get-editor WorkbenchContext | get-section Description] {
click
get-editbox | key-type "M1+v"
}
get-editor WorkbenchContext | get-section Description | get-editbox | get-property text
| equals "∞ © ¥ € 你好世界" | verify-true
with [get-editor TestCase1] {
click
close
}
with [get-editor WorkbenchContext] {
click
close
}
get-window "Save Resource" | get-button Save | click
with [get-view "Test Explorer"] {
click
get-tree | select "Q7Project/TestCase1" | double-click -nowait
}
get-editor TestCase1 | get-section Description | click
with [get-editor TestCase1] {
get-editbox -after [get-label "Tags:"] | get-property text | equals "∞ © ¥ € 你好世界" | verify-true
get-section Description | get-editbox | get-property text | equals "∞ © ¥ € 你好世界" | verify-true
}
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac--