* ConfigurationManagerTest.cs: Added/improved tests for
[mono.git] / mcs / class / System.Configuration / Test / standalone / t39.exe.config
1 <configuration>
2   <configSections>
3     <section name="MySection" type="MySection,t39" />
4   </configSections>
5   <MySection>
6     <MyElements>
7       <add name="Foo" value="1" />
8       <add name="Foo" value="1" />
9     </MyElements>
10   </MySection>
11 </configuration>