* ConfigurationManagerTest.cs: Added/improved tests for
[mono.git] / mcs / class / System.Configuration / Test / standalone / t2.exe.config
1 <configuration>
2
3 <appSettings>
4         <add key="hithere" value="Hello World!"/>
5         <clear />
6 </appSettings>
7
8 </configuration>