dotgnu-pnet-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Dotgnu-pnet-commits] CVS: pnetlib/tests/runtime/System/Threading TestWa


From: Thong Nguyen <address@hidden>
Subject: [Dotgnu-pnet-commits] CVS: pnetlib/tests/runtime/System/Threading TestWaitHandle.cs, 1.2, 1.3
Date: Tue, 15 Jul 2003 17:45:49 -0400

Update of /cvsroot/dotgnu-pnet/pnetlib/tests/runtime/System/Threading
In directory subversions:/tmp/cvs-serv21132/tests/runtime/System/Threading

Modified Files:
        TestWaitHandle.cs 
Log Message:
Fix for TestWaitHandle.TestWaitAll.


Index: TestWaitHandle.cs
===================================================================
RCS file: 
/cvsroot/dotgnu-pnet/pnetlib/tests/runtime/System/Threading/TestWaitHandle.cs,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -r1.2 -r1.3
*** TestWaitHandle.cs   1 Apr 2003 23:54:05 -0000       1.2
--- TestWaitHandle.cs   15 Jul 2003 21:45:46 -0000      1.3
***************
*** 104,108 ****
                e2.Set();
  
!               x = WaitHandle.WaitAll(new WaitHandle[] {e1,e2},100, false);
  
                AssertEquals("WaitAll(set, set)", x, true);
--- 104,108 ----
                e2.Set();
  
!               x = WaitHandle.WaitAll(new WaitHandle[] {e1,e2},100, true);
  
                AssertEquals("WaitAll(set, set)", x, true);





reply via email to

[Prev in Thread] Current Thread [Next in Thread]