Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[wtp-releng] JSF : New Junits are not running in the recent builds..

Hi,

We added new junit suites in the RC0-RC1 timeframe. In the last few builds, the test source is being compiled but not invoked. I can't see any errors related to these plugins in the log files. Can you help debug this?
-Raghu

>From test.xml:

<antcall target="runtests">
			<param name="testPlugin" value="${org.eclipse.jst.jsf.context.symbol.tests}" />
			<param name="report" value="org.eclipse.jst.jsf.context.symbol.tests" />
		</antcall>
		<antcall target="runtests">
			<param name="testPlugin" value="${org.eclipse.jst.jsf.designtime.tests}" />
			<param name="report" value="org.eclipse.jst.jsf.designtime.tests" />
		</antcall>



Back to the top