diff options
Diffstat (limited to 'common.xml')
-rw-r--r-- | common.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/common.xml b/common.xml index 6e28ab6a60..edd941c5e3 100644 --- a/common.xml +++ b/common.xml @@ -386,6 +386,10 @@ <!-- Copy resources --> <copy todir="${test.classes}" failonerror="false"> <fileset dir="${test.resources}" /> + <!-- include html templates used in declarative tests --> + <fileset dir="${test.src}"> + <include name="**/*.html"/> + </fileset> </copy> </target> |