blob: b1c9a1adfae8402cdeb340e4b0e37d1dbe2db43d [file] [log] [blame]
--- RCPTT testcase ---
Format-Version: 1.0
Contexts: _ymiyse5IEeCU6db9MgIBkA,_QpuEsG3qEeOpKr7OsF8P0g
Element-Name: SelectRows
Element-Type: testcase
Element-Version: 3.0
External-Reference:
Id: _6f2O0JBTEeKb2YsCtQq5YA
Runtime-Version: 1.5.2.201408180747
Save-Time: 9/10/14 3:11 PM
Tags: q7commands
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. Run test with "select-rows" command
2. Make sure that command is executed correct
------=_.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 "MyProject/P1" | double-click
get-editor P1 | get-section Parameters | get-table | get-table-data | select-rows -column "Value" -value "v2" | write-csv-file "workspace:///FilesForContextEditor//test.csv"
get-view "Test Explorer" | get-tree | select FilesForContextEditor | get-menu Refresh | click
get-view "Test Explorer" | get-tree | select "FilesForContextEditor/test.csv" | get-menu "Open With/Text Editor" | click
get-editor "test.csv" | get-text-viewer | get-property text | equals "Name,Value\n"
+ "p2,v2\n" | verify-true
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac--