2008-12-23 Sebastien Pouliot <sebastien@ximian.com>
[mono.git] / mcs / class / corlib / Test / System.IO.IsolatedStorage / ChangeLog
1 2008-12-23  Sebastien Pouliot  <sebastien@ximian.com>
2
3         * IsolatedStorageFileTest.cs: Add test case when null values are used
4         in GetStore. Fix bug #430932
5
6 2008-04-18  Sebastien Pouliot  <sebastien@ximian.com>
7
8         * IsolatedStorageFileTest.cs: Add test cases for creating sub-
9         directories and to delete them (bug #376188)
10
11 2008-03-28  Sebastien Pouliot  <sebastien@ximian.com>
12
13         * IsolatedStorageFileTest.cs: Add test cases for creating directory 
14         (bug #372377) and also getting delaing with subdirectories.
15
16 2008-01-17  Sebastien Pouliot  <sebastien@ximian.com>
17
18         * IsolatedStorageFileTest.cs: Added test case against regression of
19         bug #354539
20
21 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com>
22
23         * IsolatedStorageFileStreamTest.cs: Test case for rooted paths by Jay
24         Miller (bug #324983).
25
26 2005-06-14  Sebastien Pouliot  <sebastien@ximian.com>
27
28         * IsolatedStorageFileCas.cs: Added MaximumSize unit tests.
29
30 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
31
32         * IsolatedStorageFileStreamTest.cs:
33         * IsolatedStorageFileTest.cs:
34         * IsolatedStorageTest.cs: fixed namespace names and removed NotWorking
35         for a test that now works.
36
37 2005-05-18  Sebastien Pouliot  <sebastien@ximian.com>
38
39         * IsolatedStorageFileStreamCas.cs: Added tests to test stack 
40         propagation for BeginRead and BeginWrite.
41
42 2005-03-24  Sebastien Pouliot  <sebastien@ximian.com>
43
44         * IsolatedStorageFileStreamCas.cs: Added reflection-based unit tests 
45         to test LinkDemand on Handle and SafeFileHandle (2.0) properties.
46
47 2005-03-15  Sebastien Pouliot  <sebastien@ximian.com>
48
49         * IsolatedStorageFileStreamCas.cs: New. CAS unit tests for 
50         IsolatedStorageFileStream.
51         * IsolatedStorageFileCas.cs: New. CAS unit tests for 
52         IsolatedStorageFile.
53
54 2005-01-31  Sebastien Pouliot  <sebastien@ximian.com>
55
56         * IsolatedStorageFileStreamTest.cs: New. Unit tests for 
57         IsolatedStorageFileStream.
58         * IsolatedStorageFileTest.cs: New. Unit tests for IsolatedStorageFile.
59         * IsolatedStorageTest.cs: New. Unit tests for IsolatedStorage abstract
60         class.