ChangeLog 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. 2010-02-03 Marek Habersack <[email protected]>
  2. * CacheItemPriorityQueueTest_generated.cs: added
  3. * CacheItemPriorityQueueTest.cs: added
  4. 2010-01-25 Marek Habersack <[email protected]>
  5. * SqlCacheDependencyTest.cs: added
  6. 2010-01-22 Marek Habersack <[email protected]>
  7. * OutputCacheTest.cs: added
  8. 2010-01-21 Marek Habersack <[email protected]>
  9. * FileResponseElementTest.cs, HeaderElementTest.cs,
  10. MemoryResponseElementTest.cs, SubstitutionResponseElementTest.cs:
  11. added
  12. 2008-06-27 Atsushi Enomoto <[email protected]>
  13. * AggregateCacheDependencyTest.cs: mark wrong, timing-
  14. dependent test as "Ignore".
  15. 2007-08-17 Marek Habersack <[email protected]>
  16. * AggregateCacheDependencyTest.cs: dependency expiration
  17. notification works correctly now.
  18. 2007-08-14 Gert Driesen <[email protected]>
  19. * AggregateCacheDependencyTest.cs: Added test for bug #82419.
  20. 2005-09-13 Sebastien Pouliot <[email protected]>
  21. * CacheDependencyCas.cs: Under 1.x FAM also requires UnmanagedCode so
  22. we must assert this too before creating instances. We also "hide" an
  23. error where the initialization throws a NullReferenceException on 1.x
  24. (as this has nothing to do with CAS).
  25. 2005-09-02 Sebastien Pouliot <[email protected]>
  26. * CacheCas.cs: New. CAS unit tests for Cache. It turns out that
  27. UnmanagedCode permission is also required (down-level).
  28. * CacheDependencyCas.cs: New. CAS unit tests for CacheDependency. It
  29. turns out that FileIOPermission is also required (down-level) and that
  30. Mono (currently) requires Unmanaged permission for FAM.