@@ -1,7 +1,7 @@
2006-04-30 Gert Driesen <[email protected]>
- * TimerTest.cs: Added test for bug #78202. Marked individual tests
- NotWorking instead of the test class to enable test for bug #78202.
+ * TimerTest.cs: Added test for bug #78208. Marked individual tests
+ NotWorking instead of the test class to enable test for bug #78208.
2006-01-18 Atsushi Enomoto <[email protected]>
@@ -86,7 +86,7 @@ namespace MonoTests.System.Threading {
AssertEquals (c, counter);
}
- [Test] // bug #78202
+ [Test] // bug #78208
public void TestDispose2 ()
{
Timer t = new Timer (new TimerCallback (CallbackTestDispose), null, 10, 10);