test is rewritten to avoid inconsistence.
diff --git a/rcpttTests/ECL_IDE_module/selfAUTTests/q7commands/ExcludeRows.test b/rcpttTests/ECL_IDE_module/selfAUTTests/q7commands/ExcludeRows.test
index b6c5ba5..ab23f90 100644
--- a/rcpttTests/ECL_IDE_module/selfAUTTests/q7commands/ExcludeRows.test
+++ b/rcpttTests/ECL_IDE_module/selfAUTTests/q7commands/ExcludeRows.test
@@ -1,14 +1,13 @@
--- RCPTT testcase ---
Format-Version: 1.0
-Q7-vendor: www.xored.com/q7
-Contexts: _ymiyse5IEeCU6db9MgIBkA,_roqd8KekEeC8_YI4qVLWTA
+Contexts: _ymiyse5IEeCU6db9MgIBkA,_QpuEsG3qEeOpKr7OsF8P0g
Element-Name: ExcludeRows
Element-Type: testcase
Element-Version: 3.0
External-Reference:
Id: _9Tdl8JBTEeKb2YsCtQq5YA
-Q7-Runtime-Version: 1.5.0.201406131029
-Save-Time: 6/13/14 7:10 PM
+Runtime-Version: 1.5.2.201408180747
+Save-Time: 9/10/14 2:31 PM
Tags: q7commands
Testcase-Type: ecl
@@ -35,18 +34,13 @@
Content-Type: text/ecl
Entry-Name: .content
-get-preferences-menu | click
-get-window Preferences | get-tree | select "General/Network Connections"
-get-window Preferences | get-table | get-table-data | exclude-rows -column "Schema" -value "HTTP" | write-csv-file "workspace:///FilesForContextEditor//test.csv"
-get-window Preferences | get-button OK | click
+get-view "Test Explorer" | get-tree | select "MyProject/P1" | double-click
+get-editor P1 | get-section Parameters | get-table | get-table-data | exclude-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-editbox | get-property text | equals ",Schema,Host,Port,Provider,Auth,User,Password\n"
- + ",HTTPS,,,Manual,false,,\n"
- + ",SOCKS,,,Manual,false,," | verify-true
-get-preferences-menu | click
-get-window Preferences | get-tree | select "Team/File Content"
-get-window Preferences | get-table | get-table-data | exclude-rows -column "Name/Extension" -value "*ecore*" -match "glob" | write-csv-file "workspace:///FilesForContextEditor//test.csv"
-get-window Preferences | get-button OK | click
-get-editor "test.csv" | get-editbox | get-property text | contains "ecore" | verify-false
+get-editor "test.csv" | get-text-viewer | get-property text | equals "Name,Value\n"
+ + "p3,v3\n"
+ + "p1,v1\n"
+ + "Add new parameter," | verify-true
+
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac--
diff --git a/rcpttTests/platform_tests/ImportExport/FromToFile/ImportFromFileToTheProjectWithSameContexts.test b/rcpttTests/platform_tests/ImportExport/FromToFile/ImportFromFileToTheProjectWithSameContexts.test
index 67524ab..92931e8 100644
--- a/rcpttTests/platform_tests/ImportExport/FromToFile/ImportFromFileToTheProjectWithSameContexts.test
+++ b/rcpttTests/platform_tests/ImportExport/FromToFile/ImportFromFileToTheProjectWithSameContexts.test
@@ -1,14 +1,13 @@
--- RCPTT testcase ---
Format-Version: 1.0
-Q7-vendor: www.xored.com/q7
Contexts: _ymiyse5IEeCU6db9MgIBkA,_n1a-kfriEeCQa9Xqo-1T3A
Element-Name: ImportFromFileToTheProjectWithSameContexts
Element-Type: testcase
Element-Version: 3.0
External-Reference:
Id: _nDBmkPsJEeCQa9Xqo-1T3A
-Q7-Runtime-Version: 1.5.0.qualifier
-Save-Time: 6/14/14 2:11 PM
+Runtime-Version: 1.5.2.201408180747
+Save-Time: 9/10/14 2:12 PM
Tags: ImportExport, File
Testcase-Type: ecl
@@ -79,6 +78,9 @@
get-button "Browse..." -index 1 | click
get-button Finish | click
}
+wait 200
+get-view "Test Explorer" | get-tree | key-type F5
+
with [get-view "Test Explorer" | get-tree] {
get-item "Q7Project2/Contexts" | get-property childCount | equals 3 | verify-true
get-item "Q7Project2/Contexts/DebugContext"
diff --git a/rcpttTests/platform_tests/ecl/ReadLinesFromFile.test b/rcpttTests/platform_tests/ecl/ReadLinesFromFile.test
index 8e0a5e1..7d513ff 100644
--- a/rcpttTests/platform_tests/ecl/ReadLinesFromFile.test
+++ b/rcpttTests/platform_tests/ecl/ReadLinesFromFile.test
@@ -7,7 +7,7 @@
External-Reference:
Id: _SQ1DMPekEeOiz_0PId0swA
Runtime-Version: 1.5.2.201408180747
-Save-Time: 9/3/14 4:39 PM
+Save-Time: 9/10/14 2:16 PM
Testcase-Type: ecl
------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac