ChangeLog 1.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263
  1. 2004-09-11 Sebastien Pouliot <[email protected]>
  2. * EventLogPermissionTest.cs: New. Unit tests for EventLogPermission.
  3. * PerformanceCounterPermissionTest.cs: New. Unit tests for
  4. PerformanceCounterPermission.
  5. 2004-09-10 Sebastien Pouliot <[email protected]>
  6. * EventLogPermissionAttributeTest.cs: New. Unit tests for
  7. EventLogPermissionAttribute.
  8. * PerformanceCounterPermissionAttributeTest.cs: New. Unit tests for
  9. PerformanceCounterPermissionAttribute.
  10. 2004-02-05 Nick Drochak <[email protected]>
  11. * DiagnosticsConfigurationHandlerTest.cs: Ignore tests using classes not
  12. meant to be used directly.
  13. 2003-12-30 Nick Drochak <[email protected]>
  14. * DiagnosticsConfigurationHandlerTest.cs: Inherit from Assertion to
  15. make it a bit simpler.
  16. * SwitchesTest.cs: Make the tests pass on .NET 1.1
  17. 2003-03-25 Nick Drochak <[email protected]>
  18. * DiagnosticsConfigurationHandlerTest.cs: Fix compiler warnings
  19. 2002-12-20 Jonathan Pryor <[email protected]>
  20. * AllTests.cs: Add new tests
  21. * SwitchesTest.cs: new file to test switches
  22. * DiagnosticsConfigurationHandlerTest.cs: new file to test
  23. DiagnosticsConfigurationHandler
  24. * TraceTest.cs: Make sure that IndentLevel and IndentSize are set
  25. appropriately before testing output.
  26. 2002-09-23 Nick Drochak <[email protected]>
  27. * TraceTest.cs: Default level and size are 0 & 4, respectively.
  28. 2002-09-19 Nick Drochak <[email protected]>
  29. * TraceTest.cs: Clear list of listeners before each test.
  30. 2002-09-17 Nick Drochak <[email protected]>
  31. * TraceTest.cs: Remove extraneous Console.WriteLine().
  32. 2002-06-16 Jonathan Pryor <[email protected]>
  33. * TraceTest.cs: Added additional test cases.
  34. 2002-04-07 Jonathan Pryor <[email protected]>
  35. * TraceTest.cs: Removed extraneous output; renamed test case so that NUnit
  36. would find it.
  37. 2002-03-10 Jonathan Pryor <[email protected]>
  38. * Initial creation of System.Diagnostics test directory
  39. * AllTests.cs: file added
  40. * TraceTest.cs: Test System.Diagnostics.Trace class