Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tycho-user] Failure of SWTBot-powered UI tests with Tycho

On 08/21/2012 10:55 PM, Davy Meers wrote:
i had a quick look and it seems to be caused by missing dependencies:

As far as i can tell bundle "org.eclipse.swtbot.swt.finder"  is not resolved because of a missing imported package: "org.hamcrest version=1.1.0".
As a result the bundle "fr.openpeople.test.fibonacci.guitest" will not be resolved because of the missing required bundle "org.eclipse.swtbot.swt.finder", which makes that it isn't found during the testrun.
This dependency to org.hamcrest package is often annoying. I recommand instead dependending from the org.hamcrest,core bundle (ignore org.hamcrest bundle, it's a "fake" one that just depends on org.hamcrest.core and re-exports it).
HTH
--
Mickael Istria
Eclipse developer at JBoss, by Red Hat
My blog - My Tweets

Back to the top