Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorEugen Neufeld2017-02-13 22:31:43 +0000
committerEugen Neufeld2017-02-13 22:31:43 +0000
commit019826357991e89a3b9b68cacbda425d5090931c (patch)
tree40cbbc3b2bc21ba13c78f95775df39268690d8a6
parente4089e88b0ce3e6f19fab37a5020b0df0f4f503c (diff)
downloadorg.eclipse.emf.ecp.core-019826357991e89a3b9b68cacbda425d5090931c.tar.gz
org.eclipse.emf.ecp.core-019826357991e89a3b9b68cacbda425d5090931c.tar.xz
org.eclipse.emf.ecp.core-019826357991e89a3b9b68cacbda425d5090931c.zip
TCI - Changed to install the ECP SDK
Change-Id: Idcf53eb2c6349290bbfea19e0f3e17a63bc683c4 Signed-off-by: Eugen Neufeld <eneufeld@eclipsesource.com>
-rw-r--r--tests/ECPQ7Tests/EPPTests/update-site/project/Installation.test2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ECPQ7Tests/EPPTests/update-site/project/Installation.test b/tests/ECPQ7Tests/EPPTests/update-site/project/Installation.test
index 814b424b11..6c2314a7f4 100644
--- a/tests/ECPQ7Tests/EPPTests/update-site/project/Installation.test
+++ b/tests/ECPQ7Tests/EPPTests/update-site/project/Installation.test
@@ -27,7 +27,7 @@ get-window Install | get-tree | get-item "All SDKs \\(install one of these\\)/E
| verify-true
with [get-window Install] {
with [get-tree] {
- get-item "All SDKs \\(install one of these\\)/EMF Forms SDK" | check
+ get-item "All SDKs \\(install one of these\\)/ECP SDK 3.x" | check
}
with [get-button "Next >"] {
click

Back to the top