diff options
author | Henri Kerola <henri.kerola@itmill.com> | 2010-09-22 15:01:23 +0000 |
---|---|---|
committer | Henri Kerola <henri.kerola@itmill.com> | 2010-09-22 15:01:23 +0000 |
commit | 0d62e46075d2fc7092724ddcc776994708bab4ff (patch) | |
tree | 337323e7126206382515d638fc982392e9af7427 /tests | |
parent | af0ef01a49094e3354874780668260161448662a (diff) | |
download | vaadin-framework-0d62e46075d2fc7092724ddcc776994708bab4ff.tar.gz vaadin-framework-0d62e46075d2fc7092724ddcc776994708bab4ff.zip |
Fixed theme test filename
svn changeset:15135/svn branch:6.4
Diffstat (limited to 'tests')
-rw-r--r-- | tests/integration_tests.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/integration_tests.xml b/tests/integration_tests.xml index 014e2de901..ef96c2d17f 100644 --- a/tests/integration_tests.xml +++ b/tests/integration_tests.xml @@ -229,7 +229,7 @@ </target>
<target name="test-theme-liferay-6">
- <fileset dir="integration-testscripts" id="html-test-files" includes="test-liferay6-theme.html" />
+ <fileset dir="integration-testscripts" id="html-test-files" includes="Liferay6-theme.html" />
<pathconvert pathsep=" " property="test-liferay" refid="html-test-files" />
<subant target="run-tests" failonerror="false" antfile="test.xml">
|