2005-11-16 Sebastien Pouliot * TimersDescriptionAttributeCas.cs: Updated comments (thanks to Gert Driesen for the solution). * TimersDescriptionAttributeTest.cs: New. Unit tests to show that the description string is a resource name (and not the description itself) 2005-11-16 Sebastien Pouliot * TimersDescriptionAttributeCas.cs: Fixed test as the Description property doesn't always returns null (exact conditions unknown). 2005-11-16 Sebastien Pouliot * ElapsedEventArgsCas.cs: New. CAS unit tests. * TimerCas.cs: New. CAS unit tests. * TimersDescriptionAttributeCas.cs: New. CAS unit tests. 2005-05-28 Kornél Pál * TimerTest.cs: New test file for System.Timers.Timer.