From 3b6088ff92dac155c8e2c045455bf98a8fd0748e Mon Sep 17 00:00:00 2001 From: Jonathan Pryor Date: Tue, 12 May 2009 18:53:16 +0000 Subject: * System.Diagnostics/DiagnosticsConfigurationHandler.cs: Use the new TraceSourceInfo(string, SourceLevels, TraceImplSettings) constructor. * System.Diagnostics/TraceSourceInfo.cs: Add a new constructor, TraceSourceInfo(string, SourceLevels, TraceImplSettings), which adds the DefaultTraceListener w/o depending upon (the possibly still initializing) TraceImpl members. Fixes #502944. * Test/test-config-file: Add a /configuration/system.diagnostics/source section to elicit the buggy behavior found in #502944. svn path=/trunk/mcs/; revision=133981 --- mcs/class/System/Test/ChangeLog | 5 +++++ mcs/class/System/Test/test-config-file | 9 +++++++++ 2 files changed, 14 insertions(+) (limited to 'mcs/class/System/Test') diff --git a/mcs/class/System/Test/ChangeLog b/mcs/class/System/Test/ChangeLog index 6807168467b..fd12e321456 100644 --- a/mcs/class/System/Test/ChangeLog +++ b/mcs/class/System/Test/ChangeLog @@ -1,3 +1,8 @@ +2009-05-12 Jonathan Pryor + + * test-config-file: Add a /configuration/system.diagnostics/source + section to elicit the buggy behavior found in #502944. + 2008-12-09 Christian Hergert * System.Diagnostics/CounterCreationDataTest.cs: New test to verify 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 @@ + + + + + -- cgit v1.2.3