FYI, I'm trying to debug a test which passes from Eclipse junit runner, but fails when run from maven.
On Thu, Jul 2, 2015 at 10:26 AM, Raymond Auge <[email protected]> wrote: > Is there a way to execute individual method integration-tests using the > tycho-surefire-plugin? > > It seems it doesn't work with the syntax available to the surefire plugin. > > i.e. this works: > > mvn clean integration-test -Dtest=ServletTest -DskipTests=false > > This does not work: > > mvn clean integration-test -Dtest=ServletTest#test_RegistrationTCCL1 > -DskipTests=false > > -- > *Raymond Augé* <http://www.liferay.com/web/raymond.auge/profile> > (@rotty3000) > Senior Software Architect *Liferay, Inc.* <http://www.liferay.com> > (@Liferay) > Board Member & EEG Co-Chair, OSGi Alliance <http://osgi.org> > (@OSGiAlliance) > -- *Raymond Augé* <http://www.liferay.com/web/raymond.auge/profile> (@rotty3000) Senior Software Architect *Liferay, Inc.* <http://www.liferay.com> (@Liferay) Board Member & EEG Co-Chair, OSGi Alliance <http://osgi.org> (@OSGiAlliance)
_______________________________________________ equinox-dev mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/equinox-dev
