In Test/System.Timers:
[mono.git] / mcs / class / System / Test / System.Timers / ChangeLog
1 2007-10-30  Robert Jordan  <robertj@gmx.net>
2
3         * TimerTest.cs: Enable test for bug #82701/#325368.
4
5 2007-09-06  Robert Jordan  <robertj@gmx.net>
6
7         * TimerTest.cs: Factored our more test cases from bug #82701.
8
9 2007-09-05  Gert Driesen  <drieseng@users.sourceforge.net>
10
11         * TimerTest.cs: Added NotWorking test for bug #82701. Added ctor
12         and trivial property tests.
13
14 2006-12-18  Robert Jordan  <robertj@gmx.net>
15
16         * TimerTest.cs: Add NotWorking test case for bug #77847.
17
18 2005-11-16  Sebastien Pouliot  <sebastien@ximian.com>
19
20         * TimersDescriptionAttributeCas.cs: Updated comments (thanks to Gert
21         Driesen for the solution).
22         * TimersDescriptionAttributeTest.cs: New. Unit tests to show that the
23         description string is a resource name (and not the description itself)
24
25 2005-11-16  Sebastien Pouliot  <sebastien@ximian.com> 
26  
27         * TimersDescriptionAttributeCas.cs: Fixed test as the Description
28         property doesn't always returns null (exact conditions unknown).
29
30 2005-11-16  Sebastien Pouliot  <sebastien@ximian.com>
31
32         * ElapsedEventArgsCas.cs: New. CAS unit tests.
33         * TimerCas.cs: New. CAS unit tests.
34         * TimersDescriptionAttributeCas.cs: New. CAS unit tests.
35
36 2005-05-28  Kornél Pál <kornelpal@hotmail.com>
37
38         * TimerTest.cs: New test file for System.Timers.Timer.