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