Skip to main content
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAxel Richard2016-04-01 13:45:06 +0000
committerAxel RICHARD2016-04-01 15:38:49 +0000
commit0952d4d781dec26452b8047e818600e7cb31a205 (patch)
tree08c1f91175d77594071b3218249c3b3b257cf5fe
parentd0a5a17736489a035109a89df86ce6684a4b8592 (diff)
downloadorg.eclipse.emf.compare-0952d4d781dec26452b8047e818600e7cb31a205.tar.gz
org.eclipse.emf.compare-0952d4d781dec26452b8047e818600e7cb31a205.tar.xz
org.eclipse.emf.compare-0952d4d781dec26452b8047e818600e7cb31a205.zip
Update RCPTT tests
update EGit contexts files Change-Id: I9fbf8fe71d167c59d5a331cc954259a3ec4e9664 Signed-off-by: Axel Richard <axel.richard@obeo.fr>
-rw-r--r--plugins/org.eclipse.emf.compare.rcptt.tests/contexts/Library-EGit-Init.ctx12
-rw-r--r--plugins/org.eclipse.emf.compare.rcptt.tests/contexts/Library-EGit-Multiple-Branch-Init.ctx12
-rw-r--r--plugins/org.eclipse.emf.compare.rcptt.tests/contexts/papyrus/Papyrus-EGit-Init.ctx12
3 files changed, 24 insertions, 12 deletions
diff --git a/plugins/org.eclipse.emf.compare.rcptt.tests/contexts/Library-EGit-Init.ctx b/plugins/org.eclipse.emf.compare.rcptt.tests/contexts/Library-EGit-Init.ctx
index 5a7d500ac..d7554495b 100644
--- a/plugins/org.eclipse.emf.compare.rcptt.tests/contexts/Library-EGit-Init.ctx
+++ b/plugins/org.eclipse.emf.compare.rcptt.tests/contexts/Library-EGit-Init.ctx
@@ -6,7 +6,7 @@ Element-Type: context
Element-Version: 2.0
Id: _pj0X4HBcEeKTzKjv1SXOgA
Runtime-Version: 2.0.0.201506120617
-Save-Time: 8/31/15 3:06 PM
+Save-Time: 4/1/16 3:37 PM
------=_.description-216f885c-d591-38ce-8ea2-e4f8cb4d6ffa
Content-Type: text/plain
@@ -80,7 +80,11 @@ with [get-view "Package Explorer" | get-tree] {
}
}
-//remove from the workspace the project that contains repo
-get-view "Package Explorer" | get-tree | select "Library-EGit" | get-menu Delete | click
-get-window "Delete Resources" | get-button OK | click
+try {
+ //remove from the workspace the project that contains repo
+ get-view "Package Explorer" | get-tree | select "Library-EGit" | get-menu Delete | click
+ get-window "Delete Resources" | get-button OK | click
+} -catch {
+ // Do nothing
+}
------=_.ecl.context-718f04b4-ed39-33e3-af62-0995e4561998--
diff --git a/plugins/org.eclipse.emf.compare.rcptt.tests/contexts/Library-EGit-Multiple-Branch-Init.ctx b/plugins/org.eclipse.emf.compare.rcptt.tests/contexts/Library-EGit-Multiple-Branch-Init.ctx
index ba813b96e..168f02201 100644
--- a/plugins/org.eclipse.emf.compare.rcptt.tests/contexts/Library-EGit-Multiple-Branch-Init.ctx
+++ b/plugins/org.eclipse.emf.compare.rcptt.tests/contexts/Library-EGit-Multiple-Branch-Init.ctx
@@ -6,7 +6,7 @@ Element-Type: context
Element-Version: 2.0
Id: _zFx5wJKhEeSdjeXOy8KSHw
Runtime-Version: 2.0.0.201506120617
-Save-Time: 8/31/15 3:21 PM
+Save-Time: 4/1/16 3:39 PM
------=_.ecl.context-718f04b4-ed39-33e3-af62-0995e4561998
Content-Type: text/ecl
@@ -73,7 +73,11 @@ with [get-view "Package Explorer" | get-tree] {
}
}
-// remove outer project since this may cause issues
-get-view "Package Explorer" | get-tree | select "Library-EGit-Multiple-Branches" | get-menu Delete | click
-get-window "Delete Resources" | get-button OK | click
+try {
+ // remove outer project since this may cause issues
+ get-view "Package Explorer" | get-tree | select "Library-EGit-Multiple-Branches" | get-menu Delete | click
+ get-window "Delete Resources" | get-button OK | click
+} -catch {
+ // Do nothing
+}
------=_.ecl.context-718f04b4-ed39-33e3-af62-0995e4561998--
diff --git a/plugins/org.eclipse.emf.compare.rcptt.tests/contexts/papyrus/Papyrus-EGit-Init.ctx b/plugins/org.eclipse.emf.compare.rcptt.tests/contexts/papyrus/Papyrus-EGit-Init.ctx
index 04762fede..5ae7bb957 100644
--- a/plugins/org.eclipse.emf.compare.rcptt.tests/contexts/papyrus/Papyrus-EGit-Init.ctx
+++ b/plugins/org.eclipse.emf.compare.rcptt.tests/contexts/papyrus/Papyrus-EGit-Init.ctx
@@ -6,7 +6,7 @@ Element-Type: context
Element-Version: 2.0
Id: _d_GLMHDdEeWhSZQCADl_Kg
Runtime-Version: 2.0.0.201506120617
-Save-Time: 10/12/15 3:08 PM
+Save-Time: 4/1/16 3:43 PM
------=_.description-216f885c-d591-38ce-8ea2-e4f8cb4d6ffa
Content-Type: text/plain
@@ -67,7 +67,11 @@ with [get-window "Open Perspective"] {
get-button OK | click
}
-//remove from the workspace the project that contains repo
-get-view "Project Explorer" | get-tree | select "Papyrus-EGit" | get-menu Delete | click
-get-window "Delete Resources" | get-button OK | click
+try {
+ //remove from the workspace the project that contains repo
+ get-view "Project Explorer" | get-tree | select "Papyrus-EGit" | get-menu Delete | click
+ get-window "Delete Resources" | get-button OK | click
+} -catch {
+ // Do nothing
+}
------=_.ecl.context-718f04b4-ed39-33e3-af62-0995e4561998--

Back to the top