blob: bd27a6f61fdd4dddf8b1122f0000fb1be456954e [file] [log] [blame]
--- RCPTT testcase ---
Format-Version: 1.0
Contexts: _rr2EEFpSEeKcnaHGSt8OwA,_f3qEUVpSEeKcnaHGSt8OwA,_IuFcgFpZEeKcnaHGSt8OwA
Element-Name: Login
Element-Type: testcase
Element-Version: 3.0
External-Reference:
Id: _JiUycG7JEeKbTKOCBYPcow
Runtime-Version: 1.5.4.201410231434
Save-Time: 12/19/14 4:43 PM
Tags: skipExecution
Testcase-Type: ecl
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac
Content-Type: text/ecl
Entry-Name: .content
with [get-view "Model Repositories" | get-tree] {
get-item "Local EMFStore" | get-property [get-by-os -macosx "getImage().getImageData().data.byte[949]" -win "getImage().getImageData().data.byte[713]" -linux "getImage().getImageData().data.byte[713]"] | equals "0" | verify-true
get-item "Local EMFStore" | get-property "getData().getType()" | equals Repository | verify-true
}
get-view "Model Repositories" | get-tree | select "Local EMFStore" | get-menu Login | click
get-window "Progress Information" | get-window "Authentication required" | get-label "Log in to Localhost Server"
| get-property caption | equals "Log in to Localhost Server" | verify-true
try {
with [get-window "Progress Information" | get-window "Authentication required"] {
get-combo -after [get-label Username] | set-text super
get-editbox -after [get-label Password] | set-text super
get-button | click
get-button OK | click
}
} -catch {}
get-view "Model Repositories" | get-tree | select "Local EMFStore"
get-view "Model Repositories" | get-tree | get-item "Local EMFStore"
| get-property [get-by-os -macosx "getImage().getImageData().data.byte[949]" -win "getImage().getImageData().data.byte[713]" -linux "getImage().getImageData().data.byte[713]"] | equals "0" | verify-true
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac--