- Add temporal dependency tests about onTimeout policies
- Add tests on the whiteboard pattern handler
- Add tests on the instance creation with empty dictionaries

git-svn-id: https://svn.apache.org/repos/asf/felix/trunk@674554 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/ipojo/tests/tests.core.external.handlers/src/main/resources/metadata.xml b/ipojo/tests/tests.core.external.handlers/src/main/resources/metadata.xml
index 134c5a7..576125f 100644
--- a/ipojo/tests/tests.core.external.handlers/src/main/resources/metadata.xml
+++ b/ipojo/tests/tests.core.external.handlers/src/main/resources/metadata.xml
@@ -20,5 +20,11 @@
 			<property name="c" value="c" />

 		</property>

 	</instance>

+	<instance name="HandlerTest-2-empty" component="HANDLER-HandlerTester">

+		<property name="csh.simple" value="Simple" />

+		<property name="csh.map">

+		<!-- Empty dictionary -->

+		</property>

+	</instance>

 	

 </ipojo>