* ConfigurationManagerTest.cs: Added/improved tests for
[mono.git] / mcs / class / System.Configuration / Test / standalone / t13.exe.config
1 <configuration>
2         <configSections>
3                 <section name="customSection" type="CustomSection, t13" />
4         </configSections>
5
6         <customSection>
7                 <add key="hi" value="bye" />
8         </customSection>
9 </configuration>