Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [ease-dev] Tooltip testing

Hi Vidura,

 

I changed some parts of your test:

·         Moved the module and documentation to the test fragment. Otherwise the test module would become part of our official build and would be shipped to customers

·         Added some dependencies to the test fragment. Tycho uses a different policy to load plugins on tests. It only loads dependencies of the test fragment. Workspace tests load all plugins available. So the test failed as the according plugins for the help subsystem were not loaded on maven. I added these dependencies directly to the fragment. Another option would be to declare these additional dependencies in the pom file for the test.

 

Here is the according change:

https://git.eclipse.org/r/#/c/68445/

 

Now the base system is available you may continue writing your tests if you like.

 

cheers

Christian

 

From: ease-dev-bounces@xxxxxxxxxxx [mailto:ease-dev-bounces@xxxxxxxxxxx] On Behalf Of Vidura Mudalige
Sent: Tuesday, March 15, 2016 6:23 AM
To: ease developer discussions
Subject: Re: [ease-dev] Tooltip testing

 

Hi Christian,

The build failed again. These tests run perfectly in my local machine. What could be the problem?

https://git.eclipse.org/r/#/c/68415/

Thank you.

 

Attachment: smime.p7s
Description: S/MIME cryptographic signature


Back to the top