Karaf integration tests fail in gshell core
-------------------------------------------
Key: FELIX-1511
URL: https://issues.apache.org/jira/browse/FELIX-1511
Project: Felix
Issue Type: Bug
Components: Karaf
Reporter: Tim Moloney
Priority: Trivial
The Karaf reactor build fails with the following.
Failed tests:
testInstallCommand [equinox](org.apache.felix.karaf.gshell.itests.CoreTest)
Tests run: 3, Failures: 1, Errors: 0, Skipped: 0
-------------------------------------------------------------------------------
Test set: org.apache.felix.karaf.gshell.itests.CoreTest
-------------------------------------------------------------------------------
Tests run: 2, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 17.389 sec <<<
FAILURE!
testInstallCommand [equinox](org.apache.felix.karaf.gshell.itests.CoreTest)
Time elapsed: 7.81 sec <<< FAILURE!
java.lang.AssertionError: command should not exist
at org.junit.Assert.fail(Assert.java:74)
at
org.apache.felix.karaf.gshell.itests.CoreTest.testInstallCommand(CoreTest.java:58)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.