ChangeLog 1.2 KB

1234567891011121314151617181920212223242526272829303132333435
  1. 2005-06-14 Sebastien Pouliot <[email protected]>
  2. * IsolatedStorageFileCas.cs: Added MaximumSize unit tests.
  3. 2005-06-05 Gonzalo Paniagua Javier <[email protected]>
  4. * IsolatedStorageFileStreamTest.cs:
  5. * IsolatedStorageFileTest.cs:
  6. * IsolatedStorageTest.cs: fixed namespace names and removed NotWorking
  7. for a test that now works.
  8. 2005-05-18 Sebastien Pouliot <[email protected]>
  9. * IsolatedStorageFileStreamCas.cs: Added tests to test stack
  10. propagation for BeginRead and BeginWrite.
  11. 2005-03-24 Sebastien Pouliot <[email protected]>
  12. * IsolatedStorageFileStreamCas.cs: Added reflection-based unit tests
  13. to test LinkDemand on Handle and SafeFileHandle (2.0) properties.
  14. 2005-03-15 Sebastien Pouliot <[email protected]>
  15. * IsolatedStorageFileStreamCas.cs: New. CAS unit tests for
  16. IsolatedStorageFileStream.
  17. * IsolatedStorageFileCas.cs: New. CAS unit tests for
  18. IsolatedStorageFile.
  19. 2005-01-31 Sebastien Pouliot <[email protected]>
  20. * IsolatedStorageFileStreamTest.cs: New. Unit tests for
  21. IsolatedStorageFileStream.
  22. * IsolatedStorageFileTest.cs: New. Unit tests for IsolatedStorageFile.
  23. * IsolatedStorageTest.cs: New. Unit tests for IsolatedStorage abstract
  24. class.