ChangeLog 793 B

123456789101112131415161718192021
  1. 2005-11-16 Sebastien Pouliot <[email protected]>
  2. * TimersDescriptionAttributeCas.cs: Updated comments (thanks to Gert
  3. Driesen for the solution).
  4. * TimersDescriptionAttributeTest.cs: New. Unit tests to show that the
  5. description string is a resource name (and not the description itself)
  6. 2005-11-16 Sebastien Pouliot <[email protected]>
  7. * TimersDescriptionAttributeCas.cs: Fixed test as the Description
  8. property doesn't always returns null (exact conditions unknown).
  9. 2005-11-16 Sebastien Pouliot <[email protected]>
  10. * ElapsedEventArgsCas.cs: New. CAS unit tests.
  11. * TimerCas.cs: New. CAS unit tests.
  12. * TimersDescriptionAttributeCas.cs: New. CAS unit tests.
  13. 2005-05-28 Kornél Pál <[email protected]>
  14. * TimerTest.cs: New test file for System.Timers.Timer.