[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System / Test / System.Timers / ChangeLog
index 51d25123bf790265b87ae9f128eb8fc9578189f9..ce1d2342d2e5bb5ebe0e312d5be00f7798686adb 100644 (file)
@@ -1,3 +1,20 @@
+2008-08-03  Zoltan Varga  <vargaz@gmail.com>
+
+       * TimerTest.cs: Simplify the EnabledInElapsed test to prevent various races.
+
+2007-10-30  Robert Jordan  <robertj@gmx.net>
+
+       * TimerTest.cs: Enable test for bug #82701/#325368.
+
+2007-09-06  Robert Jordan  <robertj@gmx.net>
+
+       * TimerTest.cs: Factored our more test cases from bug #82701.
+
+2007-09-05  Gert Driesen  <drieseng@users.sourceforge.net>
+
+       * TimerTest.cs: Added NotWorking test for bug #82701. Added ctor
+       and trivial property tests.
+
 2006-12-18  Robert Jordan  <robertj@gmx.net>
 
        * TimerTest.cs: Add NotWorking test case for bug #77847.