blob: 1708e995acb1a3d8f9818cc3477288964440ccde [file] [log] [blame]
--- RCPTT testcase ---
Format-Version: 1.0
Contexts: _mY5uUKEgEeKX8e34E6tWIg,_rr2EEFpSEeKcnaHGSt8OwA,_IuFcgFpZEeKcnaHGSt8OwA,_f3qEUVpSEeKcnaHGSt8OwA,__UtTgD-XEeK-yuKsz0Lang
Element-Name: SetInt
Element-Type: testcase
Element-Version: 3.0
External-Reference:
Id: _X66MEIf4EeKpyoBptqEfAg
Runtime-Version: 1.5.4.201412181238
Save-Time: 11/23/15 2:43 PM
Testcase-Type: ecl
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac
Content-Type: text/ecl
Entry-Name: .content
get-view "Model Explorer" | get-tree | select "TestProject \\[trunk, Version 0\\]/League America" | double-click
with [get-editor "League America" | get-table] {
select Jonas -column Name | activate-cell-edit -column 6
with [get-editbox] {
set-text 2
key-type "NUMPAD_ENTER" "\\u000D"
}
apply-cell-edit
}
get-editor "League America" | get-table | get-item Jonas -column Name | get-property columns -index 6 | equals 2 | verify-true
get-view "Model Explorer" | get-tree | select "TestProject \\[trunk, Version 0\\]/League America/Player Jonas" | double-click
get-editor "Player Jonas" | get-editbox -after [get-label "Number Of Victories"] | get-property text | equals 2
| verify-true
with [get-editor "Player Jonas" | get-editbox -after [get-label "Number Of Victories"]] {
set-text 3
key-type "NUMPAD_ENTER" "\\u000D"
}
get-editor "League America" | click
get-editor "League America" | get-table | get-item Jonas -column Name | get-property columns -index 6 | equals 3 | verify-true
get-view "Model Explorer" | get-tree | select "TestProject \\[trunk, Version 0\\]" | get-menu Commit | click
get-window Commit | get-button OK | click
get-view "Model Explorer" | get-tree | select "TestProjectSecondCheckOut \\[trunk, Version 0\\]" | get-menu Update
| click
get-window Update | get-button OK | click
get-view "Model Explorer" | get-tree | select "TestProjectSecondCheckOut \\[trunk, Version 1\\]/League America"
| double-click
with [get-editor "League America" -index 1 | get-table] {
select Jonas -column Name | activate-cell-edit -column 6
get-editbox | click-text 1 2
apply-cell-edit
}
get-editor "League America" -index 1 | get-table | get-item Jonas -column Name | get-property "columns[6]" | equals 3 | verify-true
get-view "Model Explorer" | get-tree
| select "TestProjectSecondCheckOut \\[trunk, Version 1\\]/League America/Player Jonas" | double-click
get-editor "Player Jonas" -index 1 | get-editbox -after [get-label "Number Of Victories"] | get-property text
| equals 3 | verify-true
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac--