diff options
author | Mikael Grankvist <mikael.grankvist@itmill.com> | 2009-11-24 10:03:37 +0000 |
---|---|---|
committer | Mikael Grankvist <mikael.grankvist@itmill.com> | 2009-11-24 10:03:37 +0000 |
commit | a1410692e955f4a81d60c3e6188eb7f0c1348248 (patch) | |
tree | 85d4e3506c23c67296282570ea233b5189f8084c /tests/test.xml | |
parent | 94415f5ad15f52a03d32b79243657b623d14c6b8 (diff) | |
download | vaadin-framework-a1410692e955f4a81d60c3e6188eb7f0c1348248.tar.gz vaadin-framework-a1410692e955f4a81d60c3e6188eb7f0c1348248.zip |
Fixed Add_Sampler_to_Liferay.html
Excluded integration-testscripts from html-test-files
svn changeset:9977/svn branch:6.2
Diffstat (limited to 'tests/test.xml')
-rw-r--r-- | tests/test.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test.xml b/tests/test.xml index 213bd06f9a..7696257c1d 100644 --- a/tests/test.xml +++ b/tests/test.xml @@ -32,6 +32,7 @@ <fileset dir=".." id="html-test-files"> <include name="src/com/vaadin/tests/**/**.html" /> <include name="tests/**/**.html" /> + <exclude name="tests/integration-testscripts/**" /> </fileset> <!-- This target converts HTML tests files to java junit tests. One test file for each browser is created. --> |