diff options
author | Mikael Grankvist <mikael.grankvist@itmill.com> | 2010-06-24 06:39:33 +0000 |
---|---|---|
committer | Mikael Grankvist <mikael.grankvist@itmill.com> | 2010-06-24 06:39:33 +0000 |
commit | d125f6a3468bcd602fabf9632817f337180a2dba (patch) | |
tree | 977fa484cef5eaa038e1a0fa9b5dedf4fb140df0 /tests/integration_tests.xml | |
parent | 6b6663f6333f05c3fdc10bd25520d3bdf4192480 (diff) | |
download | vaadin-framework-d125f6a3468bcd602fabf9632817f337180a2dba.tar.gz vaadin-framework-d125f6a3468bcd602fabf9632817f337180a2dba.zip |
test-output-dir property changed to required instead of pre-filled
svn changeset:13885/svn branch:6.4
Diffstat (limited to 'tests/integration_tests.xml')
-rw-r--r-- | tests/integration_tests.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tests/integration_tests.xml b/tests/integration_tests.xml index 0e364c5936..abbb189e81 100644 --- a/tests/integration_tests.xml +++ b/tests/integration_tests.xml @@ -167,6 +167,7 @@ <property name="server.start.succeeded" value="1" />
<property name="browsers" value="${test_browsers}" />
<property name="testfiles" value="${test-liferay}" />
+ <property name="test-output-dir" value="../build/integration-test-output" />
<fileset dir="." includes="test.xml" />
</subant>
@@ -184,6 +185,7 @@ <property name="server.start.succeeded" value="1" />
<property name="browsers" value="winxp-firefox36" />
<property name="testfiles" value="${init-liferay}" />
+ <property name="test-output-dir" value="../build/integration-test-output" />
<fileset dir="." includes="test.xml" />
</subant>
@@ -210,6 +212,7 @@ <property name="server.start.succeeded" value="1" />
<property name="browsers" value="${test_browsers}" />
<property name="testfiles" value="${test-weblogic}" />
+ <property name="test-output-dir" value="../build/integration-test-output" />
<fileset dir="." includes="test.xml" />
</subant>
@@ -245,6 +248,7 @@ <property name="server.start.succeeded" value="1" />
<property name="browsers" value="${test_browsers}" />
<property name="testfiles" value="${test-GAE}" />
+ <property name="test-output-dir" value="../build/integration-test-output" />
<fileset dir="." includes="test.xml" />
</subant>
|