blob: 94d0ef5625d95e1560eb628a3ee938c8066cddff [file] [log] [blame]
--- RCPTT testcase ---
Format-Version: 1.0
Element-Name: CompareEditorDefaultOpen
Element-Type: testcase
Element-Version: 3.0
External-Reference:
Id: _2pjpIFqVEeaEZtYu-O9HmA
Runtime-Version: 2.1.0.201605312320
Save-Time: 1/12/17 11:47 PM
Testcase-Type: ecl
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac
Content-Type: text/ecl
Entry-Name: .content
let [val review [amend-review -review [create-review -server $serverURL]]] {
openCompareEditor $review
}
with [get-editor "Compare.*"] {
assert-that-left-selected-patch -is "Patch Set 2"
assert-that-right-selected-patch -is BASE
assert-that-left-editor-content -is "Hello reviewers {community} !"
assert-that-right-editor-content -is ""
}
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac--