Add equinox-3.7.0 to the osgi frameworks tested
3.7.0 is correctly cached by pax-exam unlike 3.7.1 3.7.2 is not supported with the current version of pax-exam-2.x
This commit is contained in:
parent
582de3e0f8
commit
3261318984
|
@ -58,9 +58,7 @@ public class AbstractTestOSGi
|
|||
protected static void addMoreOSGiContainers(List<Option> options)
|
||||
{
|
||||
options.add(CoreOptions.equinox().version("3.6.1"));
|
||||
// equinox-3.7.1 is somehow always downloaded from the internet
|
||||
//by pax-exam. this makes the execution of the test too slow...
|
||||
// options.add(CoreOptions.equinox().version("3.7.1")); //commented to keep the tests speedy
|
||||
options.add(CoreOptions.equinox().version("3.7.0"));
|
||||
options.add(CoreOptions.felix().version("3.2.2"));
|
||||
options.add(CoreOptions.felix().version("4.0.2"));
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue