diff options
author | Artur Signell <artur.signell@itmill.com> | 2012-01-27 08:16:00 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2012-01-27 08:16:00 +0000 |
commit | 31f14a53c620a2fbeaa0c46b4ffb033fe36b0e13 (patch) | |
tree | 534cc18e90297a095da2a34278783362a87fc552 /tests | |
parent | 1393fa2b9592811300f5110d87d9d4a644d5060d (diff) | |
download | vaadin-framework-31f14a53c620a2fbeaa0c46b4ffb033fe36b0e13.tar.gz vaadin-framework-31f14a53c620a2fbeaa0c46b4ffb033fe36b0e13.zip |
[merge from 6.7] #8272 Enabled Weblogic 12 test
svn changeset:22778/svn branch:6.8
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration_tests.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration_tests.xml b/tests/integration_tests.xml index 32a6480cd4..26dedcce9d 100644 --- a/tests/integration_tests.xml +++ b/tests/integration_tests.xml @@ -334,7 +334,7 @@ <antcall target="integration-test-liferay5" />
<antcall target="integration-test-weblogic9" />
<antcall target="integration-test-weblogic10" />
- <!--<antcall target="integration-test-weblogic12" />-->
+ <antcall target="integration-test-weblogic12" />
<antcall target="integration-test-gatein3" />
<antcall target="integration-test-glassfish2" />
<antcall target="integration-test-glassfish3" />
|