commit | 90ccbb392f40aa89dd7519113fd333b6876f377c | [log] [tgz] |
---|---|---|
author | Clement Escoffier <clement@apache.org> | Fri Jun 21 13:43:42 2013 +0000 |
committer | Clement Escoffier <clement@apache.org> | Fri Jun 21 13:43:42 2013 +0000 |
tree | 6859e25a2795447a84c668fc616edbab4ce030cf | |
parent | 609bf5f2d855f1577a40dacba782805a0eda4e18 [diff] |
Fix timeout issue in tests git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1495437 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/manipulator/manipulator-it/online-manipulator-it/src/test/java/org/apache/felix/ipojo/test/online/OnlineManipulatorTest.java b/ipojo/manipulator/manipulator-it/online-manipulator-it/src/test/java/org/apache/felix/ipojo/test/online/OnlineManipulatorTest.java index e4b3bf5..262e1d7 100644 --- a/ipojo/manipulator/manipulator-it/online-manipulator-it/src/test/java/org/apache/felix/ipojo/test/online/OnlineManipulatorTest.java +++ b/ipojo/manipulator/manipulator-it/online-manipulator-it/src/test/java/org/apache/felix/ipojo/test/online/OnlineManipulatorTest.java
@@ -111,6 +111,8 @@ helper = new OSGiHelper(context); waitForStability(context); + helper.waitForService(URLStreamHandlerService.class, null, 1000); + Assert.assertEquals("Check online manipulator bundle state", helper.getBundle("org.apache.felix.ipojo.manipulator.online").getState(), Bundle.ACTIVE);
diff --git a/ipojo/manipulator/manipulator-it/pom.xml b/ipojo/manipulator/manipulator-it/pom.xml index fe7a8b3..24d2a20 100644 --- a/ipojo/manipulator/manipulator-it/pom.xml +++ b/ipojo/manipulator/manipulator-it/pom.xml
@@ -240,7 +240,7 @@ <dependency> <groupId>org.ow2.chameleon.testing</groupId> <artifactId>osgi-helpers</artifactId> - <version>0.6.1</version> + <version>0.6.2-SNAPSHOT</version> <scope>test</scope> </dependency>