Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System/Test/test-config-file')
-rw-r--r--mcs/class/System/Test/test-config-file9
1 files changed, 9 insertions, 0 deletions
diff --git a/mcs/class/System/Test/test-config-file b/mcs/class/System/Test/test-config-file
index d2eea338663..03940481236 100644
--- a/mcs/class/System/Test/test-config-file
+++ b/mcs/class/System/Test/test-config-file
@@ -1,6 +1,15 @@
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<system.diagnostics>
+ <sources>
+ <source name="source1" switchName="switch" switchType="System.Diagnostics.SourceSwitch">
+ <!--
+ <listeners>
+ <add name="console" type="System.Diagnostics.ConsoleTraceListener"/>
+ </listeners>
+ -->
+ </source>
+ </sources>
<switches>
<!-- Boolean switches: any non-zero value is true -->
<add name="bool-true" value="1"/>