New/Updated test cases. Fixed TraceTest so that it isn't causing test
authorJonathan Pryor <jpryor@novell.com>
Sat, 21 Dec 2002 03:50:07 +0000 (03:50 -0000)
committerJonathan Pryor <jpryor@novell.com>
Sat, 21 Dec 2002 03:50:07 +0000 (03:50 -0000)
commit2571837c88d0502a7e04d77fc9ccc9c195512419
tree32cef8046a635e62fcbb4ab83fe1c3c596f871c8
parentf69bd81f97c09ce1de8045fd384034e8b59c676f
New/Updated test cases.  Fixed TraceTest so that it isn't causing test
failures anymore.  Added SwitchesTest (to test switches) and
DiagnosticsConfigurationHandler to test .config file handling.

Issues: while the DiagnosticsConfigurationHandlerTest is reasonably
self-contained, SwitchesTest is not.  To properly test switches, we need a
.exe and a .exe.config file.  The needed .exe.config file that SwitchesTest
depends on is present in `test-config-file', but I'm unsure where to place it
(much less what to name it).

Additionally, SwitchesTest generates test failures at this time, principally
because of the lack of .config file support in the test system.

Finally, makefile.gnu & system_linux_test.args was changed to use the newly
added tests and to reference System.Xml.dll, which is used by
DiagnosticsConfigurationHandlerTest.

svn path=/trunk/mcs/; revision=9807
mcs/class/System/Test/ChangeLog
mcs/class/System/Test/System.Diagnostics/AllTests.cs
mcs/class/System/Test/System.Diagnostics/ChangeLog
mcs/class/System/Test/System.Diagnostics/DiagnosticsConfigurationHandlerTest.cs [new file with mode: 0644]
mcs/class/System/Test/System.Diagnostics/SwitchesTest.cs [new file with mode: 0644]
mcs/class/System/Test/System.Diagnostics/TraceTest.cs
mcs/class/System/Test/makefile.gnu
mcs/class/System/Test/system_linux_test.args
mcs/class/System/Test/test-config-file [new file with mode: 0644]