| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116 |
- 2005-09-22 Sebastien Pouliot <[email protected]>
- * EventLogPermissionAttributeTest.cs: Removed *Choice security actions
- * PerformanceCounterPermissionAttributeTest.cs: Removed *Choice
- security actions.
- 2005-06-10 Gert Driesen <[email protected]>
- * TraceTest.cs: Fixed test failure.
- 2005-05-31 Sebastien Pouliot <[email protected]>
- * EventLogPermissionAttributeTest.cs: Character #133 is refused into
- machine names for 2.0.
- * EventLogPermissionTest.csFx 2.0 now has better arguments checking
- (i.e. FDBK15131 was fixed).
- * PerformanceCounterPermissionAttributeTest.cs
- * PerformanceCounterPermissionTest.cs: Fx 2.0 now has better arguments
- checking (i.e. FDBK15131 was fixed).
- 2005-02-22 Jonathan Pryor <[email protected]>
- * TraceTest.cs: Add multi-thread test for #69964.
- 2005-01-19 Sebastien Pouliot <[email protected]>
- * EventLogPermissionTest.cs: Now works on both Fx 1.1 / 2.0.
- * PerformanceCounterPermissionTest.cs: Now works on both Fx 1.1 / 2.0.
- 2005-01-18 Jonathan Pryor <[email protected]>
- * DiagnosticsConfigurationHandlerTest.cs: .NET 1.1 requires that the value
- attribute be a numeric value; check for that and update the success test
- so that they'll actually pass.
- * SwitchesTest.cs: TestNewSwitch reads "custom-switch" now, and the switches
- value is now "42", not "0". Remove warning about unused variable.
- 2005-01-17 Jonathan Pryor <[email protected]>
- * DiagnosticsConfigurationHandlerTest.cs: .NET 1.1 doesn't permit <add/>
- elements without a value attribute. Assert the same under Mono.
- 2005-01-17 Jonathan Pryor <[email protected]>
- * DiagnosticsConfigurationHandlerTest.cs: Don't ignore tests, instead mark
- them as [Category ("NotDotNet")]; Fix the TraceTag_Listeners example (it
- was passing invalid XML in a "valid" test).
- 2005-01-08 Nick Drochak <[email protected]>
- * EventLogPermissionTest.cs
- * PerformanceCounterPermissionTest.cs: Make tests pass on MS.NET.
- 2004-09-11 Sebastien Pouliot <[email protected]>
- * EventLogPermissionTest.cs: New. Unit tests for EventLogPermission.
- * PerformanceCounterPermissionTest.cs: New. Unit tests for
- PerformanceCounterPermission.
- 2004-09-10 Sebastien Pouliot <[email protected]>
- * EventLogPermissionAttributeTest.cs: New. Unit tests for
- EventLogPermissionAttribute.
- * PerformanceCounterPermissionAttributeTest.cs: New. Unit tests for
- PerformanceCounterPermissionAttribute.
- 2004-02-05 Nick Drochak <[email protected]>
- * DiagnosticsConfigurationHandlerTest.cs: Ignore tests using classes not
- meant to be used directly.
- 2003-12-30 Nick Drochak <[email protected]>
- * DiagnosticsConfigurationHandlerTest.cs: Inherit from Assertion to
- make it a bit simpler.
- * SwitchesTest.cs: Make the tests pass on .NET 1.1
- 2003-03-25 Nick Drochak <[email protected]>
- * DiagnosticsConfigurationHandlerTest.cs: Fix compiler warnings
- 2002-12-20 Jonathan Pryor <[email protected]>
- * AllTests.cs: Add new tests
- * SwitchesTest.cs: new file to test switches
- * DiagnosticsConfigurationHandlerTest.cs: new file to test
- DiagnosticsConfigurationHandler
- * TraceTest.cs: Make sure that IndentLevel and IndentSize are set
- appropriately before testing output.
- 2002-09-23 Nick Drochak <[email protected]>
- * TraceTest.cs: Default level and size are 0 & 4, respectively.
- 2002-09-19 Nick Drochak <[email protected]>
- * TraceTest.cs: Clear list of listeners before each test.
- 2002-09-17 Nick Drochak <[email protected]>
- * TraceTest.cs: Remove extraneous Console.WriteLine().
- 2002-06-16 Jonathan Pryor <[email protected]>
- * TraceTest.cs: Added additional test cases.
- 2002-04-07 Jonathan Pryor <[email protected]>
- * TraceTest.cs: Removed extraneous output; renamed test case so that NUnit
- would find it.
- 2002-03-10 Jonathan Pryor <[email protected]>
- * Initial creation of System.Diagnostics test directory
- * AllTests.cs: file added
- * TraceTest.cs: Test System.Diagnostics.Trace class
|