tests are fixed
diff --git a/rcpttTests/platform_tests/Contexts/DefaultContext/Edit/CannotRemoveDefaultContextsFromTest.test b/rcpttTests/platform_tests/Contexts/DefaultContext/Edit/CannotRemoveDefaultContextsFromTest.test
index 6d8afd7..5efacb4 100644
--- a/rcpttTests/platform_tests/Contexts/DefaultContext/Edit/CannotRemoveDefaultContextsFromTest.test
+++ b/rcpttTests/platform_tests/Contexts/DefaultContext/Edit/CannotRemoveDefaultContextsFromTest.test
@@ -1,14 +1,13 @@
 --- RCPTT testcase ---
 Format-Version: 1.0
-Q7-vendor: www.xored.com/q7
 Contexts: _ymiyse5IEeCU6db9MgIBkA,_OKTjMYxiEeK4jYsIiM8Vnw
 Element-Name: CannotRemoveDefaultContextsFromTest
 Element-Type: testcase
 Element-Version: 3.0
 External-Reference: 
 Id: _DKB9sIrjEeKe4NooVEYS9Q
-Q7-Runtime-Version: 1.5.0.201406131029
-Save-Time: 6/13/14 7:04 PM
+Runtime-Version: 1.5.3.201409120955
+Save-Time: 9/22/14 9:51 AM
 Tags: Context, DefaultContext
 Testcase-Type: ecl
 
@@ -54,5 +53,6 @@
 }
 get-editor WorkspaceIsEmpty | get-section Contexts | get-table 
     | select "Reset Perspective \\(MyProject - default context\\)" | get-menu Open | click
-get-tab-folder -index 1 | get-property activePage | equals "Reset Perspective" | verify-true
+//get-tab-folder -index 1 | get-property activePage | equals "Reset Perspective" | verify-true
+get-editor "Reset Perspective" | get-property active -raw | equals true | verify-true
 ------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac--
diff --git a/rcpttTests/platform_tests/Contexts/Launch Context/Edit/CheckDirtyFlagAfterEdit.test b/rcpttTests/platform_tests/Contexts/Launch Context/Edit/CheckDirtyFlagAfterEdit.test
index e2e57f2..5445c1c 100644
--- a/rcpttTests/platform_tests/Contexts/Launch Context/Edit/CheckDirtyFlagAfterEdit.test
+++ b/rcpttTests/platform_tests/Contexts/Launch Context/Edit/CheckDirtyFlagAfterEdit.test
@@ -7,7 +7,7 @@
 External-Reference: 
 Id: _rs7HIKDoEeKGc-nsvHJqGA
 Runtime-Version: 1.5.3.201409120955
-Save-Time: 9/22/14 9:46 AM
+Save-Time: 9/22/14 9:49 AM
 Tags: Context, LaunchContext
 Testcase-Type: ecl
 
@@ -31,17 +31,17 @@
 Content-Type: text/ecl
 Entry-Name: .content
 
-get-editor "LaunchContextTest" | get-property active -raw | verify-true
+get-editor "LaunchContextTest" | get-property active -raw | equals true | verify-true
 get-editor LaunchContextTest | get-section Options | get-button "Terminate existing launches" | click
 get-editor LaunchContextTest | get-property dirty | equals true | verify-true
 get-eclipse-window | key-type "M1+s"
-get-editor "LaunchContextTest" | get-property active -raw | verify-true
+get-editor "LaunchContextTest" | get-property active -raw | equals true | verify-true
 get-editor LaunchContextTest | get-section Options | get-button "Clear launch configurations" | click
 get-editor LaunchContextTest | get-property dirty | equals true | verify-true
 get-eclipse-window | key-type "M1+s"
-get-editor "LaunchContextTest" | get-property active -raw | verify-true
+get-editor "LaunchContextTest" | get-property active -raw | equals true | verify-true
 get-editor LaunchContextTest | get-section Options |get-button "Terminate existing launches" | click
 get-editor LaunchContextTest | get-property dirty | equals true | verify-true
 get-eclipse-window | key-type "M1+s"
-get-editor "LaunchContextTest" | get-property active -raw | verify-true
+get-editor "LaunchContextTest" | get-property active -raw | equals true | verify-true
 ------=_.content-0a7243a0-75d3-3d5f-9791-539de0e5b7ac--
diff --git a/rcpttTests/platform_tests/Contexts/SuperContext/Create/CreateSuperParametersContext.test b/rcpttTests/platform_tests/Contexts/SuperContext/Create/CreateSuperParametersContext.test
index 88ab9ac..432a91b 100644
--- a/rcpttTests/platform_tests/Contexts/SuperContext/Create/CreateSuperParametersContext.test
+++ b/rcpttTests/platform_tests/Contexts/SuperContext/Create/CreateSuperParametersContext.test
@@ -1,14 +1,13 @@
 --- RCPTT testcase ---
 Format-Version: 1.0
-Q7-vendor: www.xored.com/q7
 Contexts: _ymiyse5IEeCU6db9MgIBkA,_OZy1MLbqEeK5oJHbEAZCPA
 Element-Name: CreateSuperParametersContext
 Element-Type: testcase
 Element-Version: 3.0
 External-Reference: 
 Id: _6XbqMLbVEeK5oJHbEAZCPA
-Q7-Runtime-Version: 1.5.0.201406131029
-Save-Time: 6/13/14 7:10 PM
+Runtime-Version: 1.5.3.201409120955
+Save-Time: 9/22/14 9:54 AM
 Tags: Context, SuperContext
 Testcase-Type: ecl
 
@@ -43,7 +42,8 @@
     get-editbox -after [get-label "Name:"] | set-text SuperParamContext
     get-button Finish | click
 }
-get-tab-folder -index 1 | get-property activePage | equals SuperParamContext | verify-true
+get-editor "SuperParamContext" | get-property active -raw | equals true | verify-true
+//get-tab-folder -index 1 | get-property activePage | equals SuperParamContext | verify-true
 with [get-editor SuperParamContext] {
     get-button Capture | get-property enablement | equals false | verify-true
     get-button Apply | get-property enablement | equals false | verify-true