ChangeLog 1.1 KB

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