blob: 35b455685d1c9762224bcf3595a6ad8276d350a4 [file] [log] [blame]
--- RCPTT testcase ---
Format-Version: 1.0
Q7-vendor: www.xored.com/q7
Contexts: _ymiyse5IEeCU6db9MgIBkA,_tlWZcGphEeCzId1Gnkds9A
Element-Name: CreateTestWithNameOfDiacritic
Element-Type: testcase
Element-Version: 3.0
External-Reference:
Id: _dgzqkTthEeG8pezHWLcUvg
Q7-Runtime-Version: 1.5.0.201406131029
Save-Time: 6/13/14 7:04 PM
Tags: TestCase, Create
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. Create new test-case with name which contains diacritir symbols
2. Make sure that this test case is created
------=_.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 | get-menu "New/Test Case" | click
with [get-window "New Test Case"] {
get-editbox -after [get-label "Name:"] | set-text "ā á ǎ à a"
get-button Finish | click
}
get-tab-folder | get-property activePage | equals "ā á ǎ à a" | verify-true
get-editor "ā á ǎ à a" | get-editbox -after [get-label "Name:"] | get-property text | equals "ā á ǎ à a" | verify-true
get-view "Test Explorer" | get-tree | get-item "TestQ7Prj/ā á ǎ à a" | get-property caption | equals "ā á ǎ à a" | verify-true
get-view "Test Explorer" | get-tree | select TestQ7Prj | get-menu "New/Test Case" | click
with [get-window "New Test Case"] {
get-editbox -after [get-label "Name:"] | set-text "ά ὰ ᾶ"
get-button Finish | click
}
get-tab-folder | get-property activePage | equals "ά ὰ ᾶ" | verify-true
get-view "Test Explorer" | get-tree | get-item "TestQ7Prj/ά ὰ ᾶ" | get-property caption | equals "ά ὰ ᾶ" | verify-true
get-editor "ά ὰ ᾶ" | get-editbox -after [get-label "Name:"] | get-property text | equals "ά ὰ ᾶ" | verify-true
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac--