ChangeLog 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657
  1. 2010-03-24 Jérémie Laval <[email protected]>
  2. * ConcurrentDictionaryTests.cs: Renaming in Assert
  3. 2010-03-24 Jérémie Laval <[email protected]>
  4. * ConcurrentDictionaryTests.cs: Update behavior of TryAddDuplicateTest
  5. The method returns false and doesn't throw exception anymore
  6. 2010-02-02 Jérémie Laval <[email protected]>
  7. * CollectionStressTestHelper.cs:
  8. * ConcurrentBagTests.cs:
  9. * ConcurrentDictionaryTests.cs:
  10. * ConcurrentQueueTests.cs:
  11. * ConcurrentSkipListTests.cs:
  12. * ConcurrentStackTests.cs:
  13. * ParallelConcurrentQueueTests.cs:
  14. * ParallelConcurrentStackTests.cs: Update namespaces and tested methods
  15. 2009-08-11 Jérémie Laval <[email protected]>
  16. * BlockingCollectionTests.cs: Moved file.
  17. 2009-08-05 Jérémie Laval <[email protected]>
  18. * ConcurrentDictionaryTests.cs: Re-enable ConcurrentDictionary unit
  19. tests.
  20. 2009-08-04 Raja R Harinath <[email protected]>
  21. * ParallelConcurrentQueueTests.cs (CountTestCase): Remove call to
  22. internal method.
  23. 2009-07-31 Jérémie Laval <[email protected]>
  24. * ConcurrentDictionary: Ignore tests until runtime/compiler
  25. is fixed
  26. 2009-07-31 Jérémie Laval <[email protected]>
  27. * ConcurrentDictionary.cs:
  28. * ConcurrentQueue.cs: Adapt test to new API
  29. 2009-07-27 Jérémie Laval <[email protected]>
  30. * BlockingCollectionTests.cs:
  31. * CollectionStressTestHelper.cs:
  32. * ConcurrentBagTests.cs:
  33. * ConcurrentDictionaryTests.cs:
  34. * ConcurrentQueueTests.cs:
  35. * ConcurrentSkipListTests.cs:
  36. * ConcurrentStackTests.cs:
  37. * ParallelConcurrentQueueTests.cs:
  38. * ParallelConcurrentStackTests.cs: ParallelFx unit tests for
  39. System.Collections.Concurrent namespace.