From fd67cd3cdce8d8f0a388513a8d9d71c3455bf52e Mon Sep 17 00:00:00 2001 From: rsrinivasan <rsrinivasan> Date: Thu, 13 Dec 2007 06:15:52 +0000 Subject: [PATCH] Added test plugin, org.eclipse.jst.jsf.facesconfig.ui.test --- .../distribution/wtp.tests/testScripts/test.xml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/releng.wtpbuilder/distribution/wtp.tests/testScripts/test.xml b/releng.wtpbuilder/distribution/wtp.tests/testScripts/test.xml index 54eee9add..fb827aca3 100644 --- a/releng.wtpbuilder/distribution/wtp.tests/testScripts/test.xml +++ b/releng.wtpbuilder/distribution/wtp.tests/testScripts/test.xml @@ -659,6 +659,14 @@ name="report" value="org.eclipse.jst.jsf.facesconfig.tests" /> </antcall> + <antcall target="runtests"> + <param + name="testPlugin" + value="${org.eclipse.jst.jsf.facesconfig.ui.test}" /> + <param + name="report" + value="org.eclipse.jst.jsf.facesconfig.ui.test" /> + </antcall> </target> <!-- WS TESTS --> -- GitLab