commit | 7cf400c2ff044162eaaf10c362f644ee8f9b0311 | [log] [tgz] |
---|---|---|
author | Clement Escoffier <clement@apache.org> | Sun Oct 06 08:12:38 2013 +0000 |
committer | Clement Escoffier <clement@apache.org> | Sun Oct 06 08:12:38 2013 +0000 |
tree | 246c033798f82b9b6acafec04a07d4f840cfc729 | |
parent | cd42905e9f5e9faed1c7fb972ca575502f3b4ec3 [diff] |
Print reconfigurations to hunt a timing issue on the CI. git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@1529591 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/runtime/core-it/ipojo-core-configuration-admin-test/src/main/java/org/apache/felix/ipojo/runtime/core/components/ImmediateConfigurableFooProvider.java b/ipojo/runtime/core-it/ipojo-core-configuration-admin-test/src/main/java/org/apache/felix/ipojo/runtime/core/components/ImmediateConfigurableFooProvider.java index 5ac95b5..236007d 100644 --- a/ipojo/runtime/core-it/ipojo-core-configuration-admin-test/src/main/java/org/apache/felix/ipojo/runtime/core/components/ImmediateConfigurableFooProvider.java +++ b/ipojo/runtime/core-it/ipojo-core-configuration-admin-test/src/main/java/org/apache/felix/ipojo/runtime/core/components/ImmediateConfigurableFooProvider.java
@@ -43,6 +43,7 @@ @Updated public void updated(Dictionary conf) { + System.out.println("Updating component with " + conf); this.configuration = conf; this.count++; }