Преглед на файлове

* TimerTest.cs: Corrected bug number (from #78202 to #78208).
* ChangeLog: Same.

svn path=/trunk/mcs/; revision=60102

Gert Driesen преди 19 години
родител
ревизия
f81996a0c4
променени са 2 файла, в които са добавени 3 реда и са изтрити 3 реда
  1. 2 2
      mcs/class/corlib/Test/System.Threading/ChangeLog
  2. 1 1
      mcs/class/corlib/Test/System.Threading/TimerTest.cs

+ 2 - 2
mcs/class/corlib/Test/System.Threading/ChangeLog

@@ -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]>
 

+ 1 - 1
mcs/class/corlib/Test/System.Threading/TimerTest.cs

@@ -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);