diff options
author | Artur Signell <artur.signell@itmill.com> | 2012-01-19 17:04:15 +0000 |
---|---|---|
committer | Artur Signell <artur.signell@itmill.com> | 2012-01-19 17:04:15 +0000 |
commit | 6abe5920cc4baeb2060ab89df31d2c0c8ece274e (patch) | |
tree | 737248148cbd3afd7b27780a6e2c72114dde93ab /tests | |
parent | 6da82c3ed2d7970d16d9bd9e80ac35c307bff242 (diff) | |
download | vaadin-framework-6abe5920cc4baeb2060ab89df31d2c0c8ece274e.tar.gz vaadin-framework-6abe5920cc4baeb2060ab89df31d2c0c8ece274e.zip |
#8272 Enabled Weblogic 12 test
svn changeset:22715/svn branch:6.7
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 14a75191fe..14fa836a52 100644 --- a/tests/integration_tests.xml +++ b/tests/integration_tests.xml @@ -327,7 +327,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" />
|