diff options
author | elmot <elmot@vaadin.com> | 2015-06-04 18:13:28 +0300 |
---|---|---|
committer | Vaadin Code Review <review@vaadin.com> | 2015-06-05 12:41:12 +0000 |
commit | 67b0e2dd3f1f520bf25b3715f9cddcefcc24689f (patch) | |
tree | e6291d48bb162fa560ef1aa2affc8ce0f5c0c113 /uitest/integration_tests.xml | |
parent | 28bf60e511d1f18fdf1754c6b42ac1993eac6e10 (diff) | |
download | vaadin-framework-67b0e2dd3f1f520bf25b3715f9cddcefcc24689f.tar.gz vaadin-framework-67b0e2dd3f1f520bf25b3715f9cddcefcc24689f.zip |
GAE related fixes: another GAE app, new license, javadoc mistake fix(#18168)
Google forces applications owners to migrate all applications to
a new [High Replication] DataStorage. An old Vaadin application is deleted,
and a new one is created because of that migration.
GAE license is replaced with latest one.
Change-Id: Ie6de09f0c1c621308ad8e0cfc2ba7b42bfb10429
Diffstat (limited to 'uitest/integration_tests.xml')
-rw-r--r-- | uitest/integration_tests.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/uitest/integration_tests.xml b/uitest/integration_tests.xml index d9945a9a45..d28ba47320 100644 --- a/uitest/integration_tests.xml +++ b/uitest/integration_tests.xml @@ -89,7 +89,7 @@ <subant target="run-tb2-tests" failonerror="false" antfile="test.xml"> <property name="com.vaadin.testbench.lib.dir" value="${com.vaadin.testbench.lib.dir}" /> <property name="com.vaadin.testbench.tester.host" value="${com.vaadin.testbench.tester.host}" /> - <property name="com.vaadin.testbench.deployment.url" value="http://vaadin-integration-test.appspot.com/" /> + <property name="com.vaadin.testbench.deployment.url" value="http://vaadin-integration-test-hrd.appspot.com/" /> <property name="server.start.succeeded" value="1" /> <property name="browsers" value="${test_browsers}" /> <property name="testfiles" value="${test-GAE}" /> |