Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[concierge-dev] Adding integration tests to Concierge

Hi all,

I just want to let you know, that I am now starting to integrate my test suite fromĀ https://github.com/JochenHiller/concierge-tests now into Eclipse Concierge code base.

I will add tests for core framework to org.eclipse.concierge/test/... as they do not require any external artefacts. Maybe you can give a look to a helper class "SyntheticBundleBuilder" which can create a bundle in memory with flexible Manifest header (
http://git.eclipse.org/c/concierge/org.eclipse.concierge.git/tree/org.eclipse.concierge/test/org/eclipse/concierge/test/util/SyntheticBundleBuilder.java)

All other tests which use bundles from external p2/mvn repos will be put into an integration test project at a new project named "org.eclipse.concierge.tests.integration". These are more long running tests as they require to download all bundles first.

Bye, Jochen


Back to the top