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