ChangeLog 3.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. 2005-09-22 Sebastien Pouliot <[email protected]>
  2. * EventLogPermissionAttributeTest.cs: Removed *Choice security actions
  3. * PerformanceCounterPermissionAttributeTest.cs: Removed *Choice
  4. security actions.
  5. 2005-06-10 Gert Driesen <[email protected]>
  6. * TraceTest.cs: Fixed test failure.
  7. 2005-05-31 Sebastien Pouliot <[email protected]>
  8. * EventLogPermissionAttributeTest.cs: Character #133 is refused into
  9. machine names for 2.0.
  10. * EventLogPermissionTest.csFx 2.0 now has better arguments checking
  11. (i.e. FDBK15131 was fixed).
  12. * PerformanceCounterPermissionAttributeTest.cs
  13. * PerformanceCounterPermissionTest.cs: Fx 2.0 now has better arguments
  14. checking (i.e. FDBK15131 was fixed).
  15. 2005-02-22 Jonathan Pryor <[email protected]>
  16. * TraceTest.cs: Add multi-thread test for #69964.
  17. 2005-01-19 Sebastien Pouliot <[email protected]>
  18. * EventLogPermissionTest.cs: Now works on both Fx 1.1 / 2.0.
  19. * PerformanceCounterPermissionTest.cs: Now works on both Fx 1.1 / 2.0.
  20. 2005-01-18 Jonathan Pryor <[email protected]>
  21. * DiagnosticsConfigurationHandlerTest.cs: .NET 1.1 requires that the value
  22. attribute be a numeric value; check for that and update the success test
  23. so that they'll actually pass.
  24. * SwitchesTest.cs: TestNewSwitch reads "custom-switch" now, and the switches
  25. value is now "42", not "0". Remove warning about unused variable.
  26. 2005-01-17 Jonathan Pryor <[email protected]>
  27. * DiagnosticsConfigurationHandlerTest.cs: .NET 1.1 doesn't permit <add/>
  28. elements without a value attribute. Assert the same under Mono.
  29. 2005-01-17 Jonathan Pryor <[email protected]>
  30. * DiagnosticsConfigurationHandlerTest.cs: Don't ignore tests, instead mark
  31. them as [Category ("NotDotNet")]; Fix the TraceTag_Listeners example (it
  32. was passing invalid XML in a "valid" test).
  33. 2005-01-08 Nick Drochak <[email protected]>
  34. * EventLogPermissionTest.cs
  35. * PerformanceCounterPermissionTest.cs: Make tests pass on MS.NET.
  36. 2004-09-11 Sebastien Pouliot <[email protected]>
  37. * EventLogPermissionTest.cs: New. Unit tests for EventLogPermission.
  38. * PerformanceCounterPermissionTest.cs: New. Unit tests for
  39. PerformanceCounterPermission.
  40. 2004-09-10 Sebastien Pouliot <[email protected]>
  41. * EventLogPermissionAttributeTest.cs: New. Unit tests for
  42. EventLogPermissionAttribute.
  43. * PerformanceCounterPermissionAttributeTest.cs: New. Unit tests for
  44. PerformanceCounterPermissionAttribute.
  45. 2004-02-05 Nick Drochak <[email protected]>
  46. * DiagnosticsConfigurationHandlerTest.cs: Ignore tests using classes not
  47. meant to be used directly.
  48. 2003-12-30 Nick Drochak <[email protected]>
  49. * DiagnosticsConfigurationHandlerTest.cs: Inherit from Assertion to
  50. make it a bit simpler.
  51. * SwitchesTest.cs: Make the tests pass on .NET 1.1
  52. 2003-03-25 Nick Drochak <[email protected]>
  53. * DiagnosticsConfigurationHandlerTest.cs: Fix compiler warnings
  54. 2002-12-20 Jonathan Pryor <[email protected]>
  55. * AllTests.cs: Add new tests
  56. * SwitchesTest.cs: new file to test switches
  57. * DiagnosticsConfigurationHandlerTest.cs: new file to test
  58. DiagnosticsConfigurationHandler
  59. * TraceTest.cs: Make sure that IndentLevel and IndentSize are set
  60. appropriately before testing output.
  61. 2002-09-23 Nick Drochak <[email protected]>
  62. * TraceTest.cs: Default level and size are 0 & 4, respectively.
  63. 2002-09-19 Nick Drochak <[email protected]>
  64. * TraceTest.cs: Clear list of listeners before each test.
  65. 2002-09-17 Nick Drochak <[email protected]>
  66. * TraceTest.cs: Remove extraneous Console.WriteLine().
  67. 2002-06-16 Jonathan Pryor <[email protected]>
  68. * TraceTest.cs: Added additional test cases.
  69. 2002-04-07 Jonathan Pryor <[email protected]>
  70. * TraceTest.cs: Removed extraneous output; renamed test case so that NUnit
  71. would find it.
  72. 2002-03-10 Jonathan Pryor <[email protected]>
  73. * Initial creation of System.Diagnostics test directory
  74. * AllTests.cs: file added
  75. * TraceTest.cs: Test System.Diagnostics.Trace class