* ReaderWriterLockTest.cs: Added one more test.
[mono.git] / mcs / class / corlib / Test / System.Threading / ChangeLog
1 2004-04-07  Lluis Sanchez Gual <lluis@ximian.com>\r
2 \r
3         * ReaderWriterLockTest.cs: Added one more test.\r
4 \r
5 2004-04-06  Lluis Sanchez Gual <lluis@ximian.com>\r
6 \r
7         * ReaderWriterLockTest.cs: New tests for System.Threading.ReaderWriterLock.\r
8 \r
9 2004-03-19  David Sheldon <dave-mono@earth.li>
10
11   * ThreadTest.cs: Removed Ignore attributes from 
12       CurrentPrincipal_PrincipalPolicy_NoPrincipal and
13       CurrentPrincipal_PrincipalPolicy_UnauthenticatedPrincipal
14     Now that bug 54041 is fixed, and they wont livelock.
15
16 2004-02-05  Sebastien Pouliot  <sebastien@ximian.com>
17
18         * ThreadTest.cs: Added unit tests for CurrentPrincipal.
19
20 2003-01-28  Nick Drochak <ndrochak@gol.com>\r
21 \r
22         * MutexTest.cs: Ignore tests that hang mono.\r
23         * ThreadTest.cs: Ignore tests that hang mono.\r
24 \r
25 2003/01/23  Nick Drochak <ndrochak@gol.com>\r
26 \r
27         * ThreadTest.cs: Test for alternate possibilities\r
28 \r
29 2003-01-13  Nick Drochak  <ndrochak@gol.com>\r
30 \r
31         * MutexTest.cs: Disable some tests that case unhandled exceptions\r
32         on MS.NET.\r
33 \r
34 2002-12-21  Nick Drochak <ndrochak@gol.com>\r
35 \r
36         * all: make tests build and run under nunit2\r
37 \r
38 2002-11-29  Eduardo Garcia Cebollero <kiwnix@yahoo.es>\r
39 \r
40         * MutexTest.cs : New suite for Mutex.\r
41         \r
42 2002-11-23  Eduardo Garcia Cebollero <kiwnix@yahoo.es>\r
43 \r
44         * ThreadTest.cs : New suite for Thread.\r
45         * AllTests.cs : Add the new suite.\r