ChangeLog 958 B

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