Author: ceki
Date: Wed Mar  5 14:32:06 2008
New Revision: 1634

Added:
   logback/trunk/logback-core/src/test/input/joran/implcitAction/
   
logback/trunk/logback-core/src/test/input/joran/implcitAction/nestedComponent.xml
   
logback/trunk/logback-core/src/test/input/joran/implcitAction/nestedComponentCollection.xml

Log:
- added a new test, checking the configuration of nested collection of complex 
objects

Added: 
logback/trunk/logback-core/src/test/input/joran/implcitAction/nestedComponent.xml
==============================================================================
--- (empty file)
+++ 
logback/trunk/logback-core/src/test/input/joran/implcitAction/nestedComponent.xml
   Wed Mar  5 14:32:06 2008
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+
+<context>
+    <fruit class="ch.qos.logback.core.joran.implicitAction.Fruit">
+      <name>blue</name>
+      <text>hello</text>
+      <text>world</text>
+    </fruit> 
+</context>
\ No newline at end of file

Added: 
logback/trunk/logback-core/src/test/input/joran/implcitAction/nestedComponentCollection.xml
==============================================================================
--- (empty file)
+++ 
logback/trunk/logback-core/src/test/input/joran/implcitAction/nestedComponentCollection.xml
 Wed Mar  5 14:32:06 2008
@@ -0,0 +1,17 @@
+<?xml version="1.0" encoding="UTF-8" ?>
+
+<context>
+    <fruit class="ch.qos.logback.core.joran.implicitAction.Fruit">
+      <name>blue</name>
+      <text>hello</text>
+      <text>world</text>
+      <cake class="ch.qos.logback.core.joran.implicitAction.Cake">
+       <type>A</type>
+       <code>1</code>
+      </cake>
+      <cake class="ch.qos.logback.core.joran.implicitAction.Cake">
+       <type>B</type>
+       <code>2</code>
+      </cake>          
+    </fruit> 
+</context>
\ No newline at end of file
_______________________________________________
logback-dev mailing list
[email protected]
http://qos.ch/mailman/listinfo/logback-dev

Reply via email to