Reorganized annotation packages - Avoid bug from CM (FELIX-1545), which may miss some conf updates.
git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@942915 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/dependencymanager/test/src/test/java/org/apache/felix/dm/test/annotation/FactoryConfigurationAdapterAnnotationTest.java b/dependencymanager/test/src/test/java/org/apache/felix/dm/test/annotation/FactoryConfigurationAdapterAnnotationTest.java
index 28c3426..3407e59 100644
--- a/dependencymanager/test/src/test/java/org/apache/felix/dm/test/annotation/FactoryConfigurationAdapterAnnotationTest.java
+++ b/dependencymanager/test/src/test/java/org/apache/felix/dm/test/annotation/FactoryConfigurationAdapterAnnotationTest.java
@@ -81,13 +81,13 @@
cf.update(new Hashtable() {{ put("foo", "bar"); }});
// Wait for the ServiceProvider activation.
m_ensure.waitForStep(2, 10000);
- // Avoid bug in CM, which may miss some updates
+ // Avoid bug in CM (FELIX-1545), which may miss some updates
sleep(1);
// Update conf
cf.update(new Hashtable() {{ put("foo", "bar2"); }});
// Wait for effective update
m_ensure.waitForStep(4, 10000);
- // Avoid bug in CM, which may miss some updates
+ // Avoid bug in CM (FELIX-1545), which may miss some updates
sleep(1);
// Remove configuration.
cf.delete();