diff options
author | Henri Sara <henri.sara@itmill.com> | 2011-08-03 05:07:28 +0000 |
---|---|---|
committer | Henri Sara <henri.sara@itmill.com> | 2011-08-03 05:07:28 +0000 |
commit | 493f179c254a873a7a7ddf36f2a642c9386028da (patch) | |
tree | 9ee5059182906dcf08af08737633607046734ff5 /build | |
parent | 577d3578bd373a53e575bd6f90b7a8e879381588 (diff) | |
download | vaadin-framework-493f179c254a873a7a7ddf36f2a642c9386028da.tar.gz vaadin-framework-493f179c254a873a7a7ddf36f2a642c9386028da.zip |
#7266 converted most integration tests not to use Sampler, related screenshot updates
svn changeset:20086/svn branch:6.7
Diffstat (limited to 'build')
-rw-r--r-- | build/build.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/build/build.xml b/build/build.xml index 5a0379abbe..26951271ae 100644 --- a/build/build.xml +++ b/build/build.xml @@ -547,7 +547,7 @@ <copy todir="${output-dir}/WebContent"> <fileset dir="WebContent"> <exclude name="**/.svn" /> - <!-- TODO check what is neccessary --> + <!-- TODO check what is necessary --> <!-- These are needed for running tests, but are copied during testing. --> <exclude name="VAADIN/themes/tests*"/> <exclude name="VAADIN/themes/tests-magi/**/*" /> |