Skip to content

Commit

Permalink
Enable Network I/O HTTP Integration Tests (#700)
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Weitkamp <github@christophweitkamp.de>
  • Loading branch information
cweitkamp authored and maggu2810 committed Apr 9, 2019
1 parent 82b7ff6 commit ff158f9
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 12 deletions.
26 changes: 15 additions & 11 deletions itests/org.openhab.core.io.http.tests/itest.bndrun
Original file line number Diff line number Diff line change
Expand Up @@ -9,22 +9,26 @@ Fragment-Host: org.openhab.core.io.http
# done
#
-runbundles: \
ch.qos.logback.classic;version='[1.2.0,1.2.1)',\
ch.qos.logback.core;version='[1.2.0,1.2.1)',\
org.apache.felix.http.servlet-api;version='[1.1.2,1.1.3)',\
org.apache.felix.scr;version='[2.1.10,2.1.11)',\
org.apache.xbean.bundleutils;version='[4.6.0,4.6.1)',\
org.apache.xbean.finder;version='[4.6.0,4.6.1)',\
org.objectweb.asm;version='[6.1.1,6.1.2)',\
org.objectweb.asm.commons;version='[6.1.1,6.1.2)',\
org.objectweb.asm.tree;version='[6.1.1,6.1.2)',\
org.ops4j.pax.web.pax-web-api;version='[7.2.3,7.2.4)',\
slf4j.api;version='[1.7.21,1.7.22)',\
osgi.enroute.hamcrest.wrapper;version='[1.3.0,1.3.1)',\
osgi.enroute.junit.wrapper;version='[4.12.0,4.12.1)',\
org.openhab.core.io.http;version='[2.5.0,2.5.1)',\
net.bytebuddy.byte-buddy;version='[1.7.9,1.7.10)',\
net.bytebuddy.byte-buddy-agent;version='[1.7.9,1.7.10)',\
org.mockito.mockito-core;version='[2.25.0,2.25.1)',\
org.objenesis;version='[2.6.0,2.6.1)',\
org.openhab.core.io.http.tests;version='[2.5.0,2.5.1)'
org.openhab.core.io.http.tests;version='[2.5.0,2.5.1)',\
ch.qos.logback.classic;version='[1.2.3,1.2.4)',\
ch.qos.logback.core;version='[1.2.3,1.2.4)',\
net.bytebuddy.byte-buddy;version='[1.9.7,1.9.8)',\
net.bytebuddy.byte-buddy-agent;version='[1.9.7,1.9.8)',\
org.apache.servicemix.specs.activation-api-1.1;version='[2.9.0,2.9.1)',\
org.apache.servicemix.specs.annotation-api-1.3;version='[1.3.0,1.3.1)',\
org.apache.servicemix.specs.jaxb-api-2.2;version='[2.9.0,2.9.1)',\
org.apache.servicemix.specs.stax-api-1.2;version='[2.9.0,2.9.1)',\
org.apache.xbean.bundleutils;version='[4.12.0,4.12.1)',\
org.apache.xbean.finder;version='[4.12.0,4.12.1)',\
org.objectweb.asm;version='[7.0.0,7.0.1)',\
org.objectweb.asm.commons;version='[7.0.0,7.0.1)',\
org.objectweb.asm.tree;version='[7.0.0,7.0.1)',\
slf4j.api;version='[1.7.25,1.7.26)'
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,10 @@
import org.osgi.framework.Bundle;
import org.osgi.service.http.HttpContext;

/**
*
* @author Łukasz Dywicki - Initial contribution
*/
public class HttpContextFactoryServiceImplTest {

private static final String RESOURCE = "resource";
Expand Down
2 changes: 1 addition & 1 deletion itests/pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<!-- <module>org.openhab.core.config.discovery.usbserial.tests</module> -->
<!-- <module>org.openhab.core.config.dispatch.tests</module> -->
<!-- <module>org.openhab.core.config.xml.tests</module> -->
<!-- <module>org.openhab.core.io.http.tests</module> -->
<module>org.openhab.core.io.http.tests</module>
<module>org.openhab.core.io.net.tests</module>
<!-- <module>org.openhab.core.io.rest.tests</module> -->
<module>org.openhab.core.io.rest.core.tests</module>
Expand Down

0 comments on commit ff158f9

Please sign in to comment.