ChangeLog 1.0 KB

1234567891011121314151617181920212223242526272829303132333435
  1. 2002-12-20 Jonathan Pryor <[email protected]>
  2. * AllTests.cs: Add new tests
  3. * SwitchesTest.cs: new file to test switches
  4. * DiagnosticsConfigurationHandlerTest.cs: new file to test
  5. DiagnosticsConfigurationHandler
  6. * TraceTest.cs: Make sure that IndentLevel and IndentSize are set
  7. appropriately before testing output.
  8. 2002-09-23 Nick Drochak <[email protected]>
  9. * TraceTest.cs: Default level and size are 0 & 4, respectively.
  10. 2002-09-19 Nick Drochak <[email protected]>
  11. * TraceTest.cs: Clear list of listeners before each test.
  12. 2002-09-17 Nick Drochak <[email protected]>
  13. * TraceTest.cs: Remove extraneous Console.WriteLine().
  14. 2002-06-16 Jonathan Pryor <[email protected]>
  15. * TraceTest.cs: Added additional test cases.
  16. 2002-04-07 Jonathan Pryor <[email protected]>
  17. * TraceTest.cs: Removed extraneous output; renamed test case so that NUnit
  18. would find it.
  19. 2002-03-10 Jonathan Pryor <[email protected]>
  20. * Initial creation of System.Diagnostics test directory
  21. * AllTests.cs: file added
  22. * TraceTest.cs: Test System.Diagnostics.Trace class