New test.
[mono.git] / mcs / class / System / Test / System.Timers / ChangeLog
1 2005-11-16  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * TimersDescriptionAttributeCas.cs: Updated comments (thanks to Gert
4         Driesen for the solution).
5         * TimersDescriptionAttributeTest.cs: New. Unit tests to show that the
6         description string is a resource name (and not the description itself)
7
8 2005-11-16  Sebastien Pouliot  <sebastien@ximian.com> 
9  
10         * TimersDescriptionAttributeCas.cs: Fixed test as the Description
11         property doesn't always returns null (exact conditions unknown).
12
13 2005-11-16  Sebastien Pouliot  <sebastien@ximian.com>
14
15         * ElapsedEventArgsCas.cs: New. CAS unit tests.
16         * TimerCas.cs: New. CAS unit tests.
17         * TimersDescriptionAttributeCas.cs: New. CAS unit tests.
18
19 2005-05-28  Kornél Pál <kornelpal@hotmail.com>
20
21         * TimerTest.cs: New test file for System.Timers.Timer.