From 45cda27412ce3af22f35c854c4c6446da0715f12 Mon Sep 17 00:00:00 2001 From: Gintas Grigelionis Date: Mon, 12 Mar 2018 20:42:31 +0100 Subject: [PATCH] =?UTF-8?q?Another=20miss=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- manual/tutorial-HelloWorldWithAnt.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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>