commit | f4fc7e6b09c226ae838c53ae9853c03e518f708c | [log] [tgz] |
---|---|---|
author | Clement Escoffier <clement@apache.org> | Wed Sep 18 07:36:17 2013 +0000 |
committer | Clement Escoffier <clement@apache.org> | Wed Sep 18 07:36:17 2013 +0000 |
tree | 76ef4425104193734790eaf3987357f1ec7a163e | |
parent | de7cc91cd658d5d815f88eb1682e08fa441fb68e [diff] |
Improve robustness on the compatibility tests git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1524315 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/runtime/core-it/ipojo-compatibility-test/src/test/java/org/apache/felix/ipojo/test/compatibility/TestConsumingProviderUsingAriesBlueprint1_1_0.java b/ipojo/runtime/core-it/ipojo-compatibility-test/src/test/java/org/apache/felix/ipojo/test/compatibility/TestConsumingProviderUsingAriesBlueprint1_1_0.java index ab683fd..298df42 100644 --- a/ipojo/runtime/core-it/ipojo-compatibility-test/src/test/java/org/apache/felix/ipojo/test/compatibility/TestConsumingProviderUsingAriesBlueprint1_1_0.java +++ b/ipojo/runtime/core-it/ipojo-compatibility-test/src/test/java/org/apache/felix/ipojo/test/compatibility/TestConsumingProviderUsingAriesBlueprint1_1_0.java
@@ -53,6 +53,7 @@ @Test public void test() { + osgiHelper.waitForService(CheckService.class, null, 10000); CheckService checker = osgiHelper.getServiceObject(CheckService.class); assertThat(checker).isNotNull(); assertThat(checker.data().get("result")).isEqualTo("hello john doe");