| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- 2010-02-02 Jérémie Laval <[email protected]>
- * CollectionStressTestHelper.cs:
- * ConcurrentBagTests.cs:
- * ConcurrentDictionaryTests.cs:
- * ConcurrentQueueTests.cs:
- * ConcurrentSkipListTests.cs:
- * ConcurrentStackTests.cs:
- * ParallelConcurrentQueueTests.cs:
- * ParallelConcurrentStackTests.cs: Update namespaces and tested methods
- 2009-08-11 Jérémie Laval <[email protected]>
- * BlockingCollectionTests.cs: Moved file.
- 2009-08-05 Jérémie Laval <[email protected]>
- * ConcurrentDictionaryTests.cs: Re-enable ConcurrentDictionary unit
- tests.
- 2009-08-04 Raja R Harinath <[email protected]>
- * ParallelConcurrentQueueTests.cs (CountTestCase): Remove call to
- internal method.
- 2009-07-31 Jérémie Laval <[email protected]>
- * ConcurrentDictionary: Ignore tests until runtime/compiler
- is fixed
- 2009-07-31 Jérémie Laval <[email protected]>
- * ConcurrentDictionary.cs:
- * ConcurrentQueue.cs: Adapt test to new API
- 2009-07-27 Jérémie Laval <[email protected]>
- * BlockingCollectionTests.cs:
- * CollectionStressTestHelper.cs:
- * ConcurrentBagTests.cs:
- * ConcurrentDictionaryTests.cs:
- * ConcurrentQueueTests.cs:
- * ConcurrentSkipListTests.cs:
- * ConcurrentStackTests.cs:
- * ParallelConcurrentQueueTests.cs:
- * ParallelConcurrentStackTests.cs: ParallelFx unit tests for
- System.Collections.Concurrent namespace.
|