diff options
author | Mikael Grankvist <mikael.grankvist@itmill.com> | 2011-03-18 06:32:22 +0000 |
---|---|---|
committer | Mikael Grankvist <mikael.grankvist@itmill.com> | 2011-03-18 06:32:22 +0000 |
commit | 02d0434e98239c7cb714ab17272c89886b14c807 (patch) | |
tree | 71bd907c0e891a007b7b436ecac54c7f83418bbc | |
parent | 7f0aaba852541a65056eb0bc73e6760143fda731 (diff) | |
download | vaadin-framework-02d0434e98239c7cb714ab17272c89886b14c807.tar.gz vaadin-framework-02d0434e98239c7cb714ab17272c89886b14c807.zip |
Fixed fault in integration script
svn changeset:17831/svn branch:6.5
-rw-r--r-- | tests/integration_tests.xml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/integration_tests.xml b/tests/integration_tests.xml index 5e5ebaa1db..f1f16d1243 100644 --- a/tests/integration_tests.xml +++ b/tests/integration_tests.xml @@ -306,7 +306,6 @@ <property name="browsers" value="winxp-firefox36" />
<property name="testfiles" value="${test-gatein}" />
<property name="test-output-dir" value="../build/integration-test-output" />
- <property name="com.vaadin.testbench.screenshot.directory" value="c:/screenshot" />
<fileset dir="." includes="test.xml" />
</subant>
|