From 58a1708d046e986d3b4180499bfd83bf327f57fa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Euzenat?= <Jerome.Euzenat@inria.fr> Date: Sun, 24 May 2009 20:21:05 +0000 Subject: [PATCH] - slightly improved test --- build.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/build.xml b/build.xml index 1159a0f3..f037c6b9 100644 --- a/build.xml +++ b/build.xml @@ -203,6 +203,7 @@ <!--xmlfileset dir="${test14.dir}" includes="testng.xml"/--> <classfileset dir="test" includes="classes/**/*.class"/> </testng> + <echo message="For results: open test/html/index.html" /> </target> <!-- tested --> -- GitLab