blob: cb4a2a2c1f13777263c27adc7d942a91201a1419 [file] [log] [blame]
--- RCPTT testcase ---
Format-Version: 1.0
Contexts: _k2NaAHwYEeaC-KGN0DI6Vw,_a10TIHwYEeaC-KGN0DI6Vw
Element-Name: Delete location from Mapping View/Selection/Referenced Locations
Element-Type: testcase
Element-Version: 3.0
External-Reference:
Id: _Iv7LYKKREea4eqFW9hOBlg
Runtime-Version: 2.2.0.201706152316
Save-Time: 8/28/17 2:50 PM
Testcase-Type: ecl
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac
Content-Type: text/ecl
Entry-Name: .content
get-view Mapping | get-combo -after [get-label "Mapping base:"] | select test
with [get-view Navigator | get-tree] {
select "test/test2.txt" | click -default
select "test/test2.txt" | double-click
}
with [get-editor "test2.txt" | get-text-viewer] {
set-caret-pos 1 6
select-range 1 5 1 6
}
get-view Navigator | get-tree | select "test/test2.txt"
get-editor "test2.txt" | click
with [get-view Mapping] {
get-tab-folder | get-tab-item Selection | click
}
with [get-view Mapping | get-tree -after [get-label "Referenced Locations"]] {
select "\\/test\\/test3.txt/\"3\""
get-menu "Synchronize/Delete" | get-property enablement | equals false | verify-true
}
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac--