From 5057c59a02b6570f6a314dee3379688f0a48981b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Sauli=20T=C3=A4hk=C3=A4p=C3=A4=C3=A4?= Date: Wed, 2 Apr 2014 08:51:27 +0300 Subject: [PATCH] Added integration test for WebSphere Portal. (#13309) Change-Id: I576fb145cd34f98ffa90657e20f5a7c1854f470c --- uitest/integration_tests.xml | 30 +++- uitest/ivy.xml | 4 +- .../WebSpherePortalIntegrationTest.java | 163 ++++++++++++++++++ 3 files changed, 189 insertions(+), 8 deletions(-) create mode 100644 uitest/src/com/vaadin/tests/integration/WebSpherePortalIntegrationTest.java diff --git a/uitest/integration_tests.xml b/uitest/integration_tests.xml index 77c5a94e26..c0d73580bb 100644 --- a/uitest/integration_tests.xml +++ b/uitest/integration_tests.xml @@ -114,7 +114,7 @@ - + @@ -123,6 +123,7 @@ + @@ -343,6 +344,20 @@ + + ##teamcity[testStarted name='websphereportal8' flowId='websphereportal8'] + + + + + + + + + + ##teamcity[testFinished name='websphereportal8' flowId='websphereportal8']" + + @@ -375,7 +390,7 @@ - @@ -387,7 +402,7 @@ - @@ -439,6 +454,7 @@ + @@ -468,11 +484,11 @@ - - @@ -515,7 +531,7 @@ - @@ -565,7 +581,7 @@ - diff --git a/uitest/ivy.xml b/uitest/ivy.xml index 3ed5609319..add29985f1 100644 --- a/uitest/ivy.xml +++ b/uitest/ivy.xml @@ -57,7 +57,9 @@ + rev="${vaadin.version}" conf="build-provided-> build"> + +