2010-03-24 Jérémie Laval <jeremie.laval@gmail.com>
[mono.git] / mcs / class / corlib / Test / System.Collections.Concurrent / ChangeLog
1 2010-03-24  Jérémie Laval  <jeremie.laval@gmail.com>
2
3         * ConcurrentDictionaryTests.cs: Renaming in Assert
4
5 2010-03-24  Jérémie Laval  <jeremie.laval@gmail.com>
6
7         * ConcurrentDictionaryTests.cs: Update behavior of TryAddDuplicateTest
8         The method returns false and doesn't throw exception anymore
9
10 2010-02-02  Jérémie Laval  <jeremie.laval@gmail.com>
11
12         * CollectionStressTestHelper.cs:
13         * ConcurrentBagTests.cs:
14         * ConcurrentDictionaryTests.cs:
15         * ConcurrentQueueTests.cs:
16         * ConcurrentSkipListTests.cs:
17         * ConcurrentStackTests.cs:
18         * ParallelConcurrentQueueTests.cs:
19         * ParallelConcurrentStackTests.cs: Update namespaces and tested methods
20
21 2009-08-11  Jérémie Laval  <jeremie.laval@gmail.com>
22
23         * BlockingCollectionTests.cs: Moved file.
24
25 2009-08-05  Jérémie Laval  <jeremie.laval@gmail.com>
26
27         * ConcurrentDictionaryTests.cs: Re-enable ConcurrentDictionary unit
28         tests.
29
30 2009-08-04  Raja R Harinath  <harinath@hurrynot.org>
31
32         * ParallelConcurrentQueueTests.cs (CountTestCase): Remove call to
33         internal method.
34
35 2009-07-31  Jérémie Laval  <jeremie.laval@gmail.com>
36
37         * ConcurrentDictionary: Ignore tests until runtime/compiler
38         is fixed
39
40 2009-07-31 Jérémie Laval  <jeremie.laval@gmail.com>
41
42         * ConcurrentDictionary.cs:
43         * ConcurrentQueue.cs: Adapt test to new API
44
45 2009-07-27  Jérémie Laval  <jeremie.laval@gmail.com>
46
47         * BlockingCollectionTests.cs:
48         * CollectionStressTestHelper.cs:
49         * ConcurrentBagTests.cs:
50         * ConcurrentDictionaryTests.cs:
51         * ConcurrentQueueTests.cs:
52         * ConcurrentSkipListTests.cs:
53         * ConcurrentStackTests.cs:
54         * ParallelConcurrentQueueTests.cs:
55         * ParallelConcurrentStackTests.cs: ParallelFx unit tests for
56         System.Collections.Concurrent namespace.
57