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