diff --git a/manual/tutorial-HelloWorldWithAnt.html b/manual/tutorial-HelloWorldWithAnt.html index 02d9f7212..2777d3133 100644 --- a/manual/tutorial-HelloWorldWithAnt.html +++ b/manual/tutorial-HelloWorldWithAnt.html @@ -454,7 +454,7 @@ steps: 1. let <junit> log the information and 2. convert thes <formatter type="xml"/> <batchtest fork="yes" todir="${report.dir}"> - <fileset dir="${src.dir}" includes="*Test.java"/> + <fileset dir="${src.dir}" includes="**/*Test.java"/> </batchtest> </junit> </target>