New test.
[mono.git] / mcs / class / corlib / Test / System.IO.IsolatedStorage / ChangeLog
1 2005-06-14  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * IsolatedStorageFileCas.cs: Added MaximumSize unit tests.
4
5 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
6
7         * IsolatedStorageFileStreamTest.cs:
8         * IsolatedStorageFileTest.cs:
9         * IsolatedStorageTest.cs: fixed namespace names and removed NotWorking
10         for a test that now works.
11
12 2005-05-18  Sebastien Pouliot  <sebastien@ximian.com>
13
14         * IsolatedStorageFileStreamCas.cs: Added tests to test stack 
15         propagation for BeginRead and BeginWrite.
16
17 2005-03-24  Sebastien Pouliot  <sebastien@ximian.com>
18
19         * IsolatedStorageFileStreamCas.cs: Added reflection-based unit tests 
20         to test LinkDemand on Handle and SafeFileHandle (2.0) properties.
21
22 2005-03-15  Sebastien Pouliot  <sebastien@ximian.com>
23
24         * IsolatedStorageFileStreamCas.cs: New. CAS unit tests for 
25         IsolatedStorageFileStream.
26         * IsolatedStorageFileCas.cs: New. CAS unit tests for 
27         IsolatedStorageFile.
28
29 2005-01-31  Sebastien Pouliot  <sebastien@ximian.com>
30
31         * IsolatedStorageFileStreamTest.cs: New. Unit tests for 
32         IsolatedStorageFileStream.
33         * IsolatedStorageFileTest.cs: New. Unit tests for IsolatedStorageFile.
34         * IsolatedStorageTest.cs: New. Unit tests for IsolatedStorage abstract
35         class.