diff options
author | Artur Signell <artur@vaadin.com> | 2013-03-18 13:56:56 +0200 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2013-03-21 07:22:18 +0000 |
commit | 5d8b1862b63d32070b4084d7e49cae1f4bc66953 (patch) | |
tree | 371dfef129c53d6fc63d01a7c6d58469a2bfbe09 /WebContent/WEB-INF | |
parent | e4c9eda51082a443822b66864df2fe14be7dc6d7 (diff) | |
download | vaadin-framework-5d8b1862b63d32070b4084d7e49cae1f4bc66953.tar.gz vaadin-framework-5d8b1862b63d32070b4084d7e49cae1f4bc66953.zip |
Unified all portal integration tests to be based on JSR286Portlet (#8013, #9566, #11314)
All portal tests are now based on the same test script. Portal tests avoid Vaadin locators to avoid random problems with the portlet id changing between test runs.
* eXo 3 test must be run on Firefox, does not work in Chrome
* Liferay theme test is now a separate test which does not depend on the Liferay integration test
* Changing to maximized state using an action URL does not work with GateIn or eXo
* The edit mode link does not work in WebLogic Portal as WebLogic feels it is not an allowed mode for the portlet
Change-Id: I7a683688d8ffc611e211f8a60889a34b233b81c9
Diffstat (limited to 'WebContent/WEB-INF')
-rw-r--r-- | WebContent/WEB-INF/portlet.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/WebContent/WEB-INF/portlet.xml b/WebContent/WEB-INF/portlet.xml index 195269eb61..45ce1eee83 100644 --- a/WebContent/WEB-INF/portlet.xml +++ b/WebContent/WEB-INF/portlet.xml @@ -6,10 +6,10 @@ <portlet> <portlet-name>JSR286TestPortlet</portlet-name> <display-name>Vaadin Portlet 2.0 Test</display-name> - <portlet-class>com.vaadin.server.LegacyVaadinPortlet</portlet-class> + <portlet-class>com.vaadin.server.VaadinPortlet</portlet-class> <init-param> - <name>application</name> - <value>com.vaadin.tests.integration.JSR286PortletApplication</value> + <name>ui</name> + <value>com.vaadin.tests.integration.JSR286Portlet</value> </init-param> <init-param> <name>widgetset</name> |