3fb0f4ac51c12875b6485041dea34dc34197f158
[mono.git] / mcs / class / corlib / Test / System.IO.IsolatedStorage / ChangeLog
1 2010-06-16  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2
3         * IsolatedStorageFileTest.cs: New test for two instances calling
4         Remove.
5
6 2010-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
7
8         * IsolatedStorageFileTest.cs: New test for GetUserStoreForSite.
9
10 2010-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
11
12         * IsolatedStorageFileTest.cs: New test for DeleteFile.
13
14 2010-06-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
15
16         * IsolatedStorageFileTest.cs: Update our tests to catch/report the new
17         exceptions fired in 4.0, as well as a new test to assert that
18         GetDirectoryNames fires an ArgumentException if '..' is passed as part
19         of the path.
20
21 2010-06-06  Carlos Alberto Cortez <calberto.cortez@gmail.com>
22
23         * IsolatedStorageFileTest.cs: Include check for paths outside our
24         storage root in our tests for MoveFile, MoveDirectory and CopyFile.
25
26 2010-06-04  Carlos Alberto Cortez <calberto.cortez@gmail.com>
27
28         * IsolatedStorageFileTest.cs: New test case for Remove.
29
30 2010-06-02  Carlos Alberto Cortez <calberto.cortez@gmail.com>
31
32         * IsolatedStorageFileTest.cs: Augment our test cases for MoveFile and
33         MoveDirectory.
34
35 2010-05-31  Carlos Alberto Cortez <calberto.cortez@gmail.com>
36
37         * IsolatedStorageTest.cs:
38         * IsolatedStorageFileTest.cs: New tests for AvailableFreeSpace, Quota,
39         UsedSize and IncreaseQuotaTo.
40
41 2010-05-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
42
43         * IsolatedStorageFileTest.cs: New test case for CopyFile.
44
45 2010-05-27  Carlos Alberto Cortez <calberto.cortez@gmail.com>
46
47         * IsolatedStorageFileTest.cs: New test case for GetCreationTime.
48
49 2010-05-26  Carlos Alberto Cortez <calberto.cortez@gmail.com>
50
51         * IsolatedStorageFileStreamTest.cs: New test cases for constructor
52         obtaining a closed/disposed IsolatedStorageFile.
53
54 2010-05-24  Carlos Alberto Cortez <calberto.cortez@gmail.com>
55
56         * IsolatedStorageFileTest.cs: New test cases for CreateFile,
57         MoveDirectory and MoveFile.
58
59 2010-05-23  Carlos Alberto Cortez <calberto.cortez@gmail.com>
60
61         * IsolatedStorageFileTest.cs: New test cases for DirectoryExists and
62         FileExists.
63
64 2008-12-23  Sebastien Pouliot  <sebastien@ximian.com>
65
66         * IsolatedStorageFileTest.cs: Add test case when null values are used
67         in GetStore. Fix bug #430932
68
69 2008-04-18  Sebastien Pouliot  <sebastien@ximian.com>
70
71         * IsolatedStorageFileTest.cs: Add test cases for creating sub-
72         directories and to delete them (bug #376188)
73
74 2008-03-28  Sebastien Pouliot  <sebastien@ximian.com>
75
76         * IsolatedStorageFileTest.cs: Add test cases for creating directory 
77         (bug #372377) and also getting delaing with subdirectories.
78
79 2008-01-17  Sebastien Pouliot  <sebastien@ximian.com>
80
81         * IsolatedStorageFileTest.cs: Added test case against regression of
82         bug #354539
83
84 2007-11-06  Sebastien Pouliot  <sebastien@ximian.com>
85
86         * IsolatedStorageFileStreamTest.cs: Test case for rooted paths by Jay
87         Miller (bug #324983).
88
89 2005-06-14  Sebastien Pouliot  <sebastien@ximian.com>
90
91         * IsolatedStorageFileCas.cs: Added MaximumSize unit tests.
92
93 2005-06-05 Gonzalo Paniagua Javier <gonzalo@ximian.com>
94
95         * IsolatedStorageFileStreamTest.cs:
96         * IsolatedStorageFileTest.cs:
97         * IsolatedStorageTest.cs: fixed namespace names and removed NotWorking
98         for a test that now works.
99
100 2005-05-18  Sebastien Pouliot  <sebastien@ximian.com>
101
102         * IsolatedStorageFileStreamCas.cs: Added tests to test stack 
103         propagation for BeginRead and BeginWrite.
104
105 2005-03-24  Sebastien Pouliot  <sebastien@ximian.com>
106
107         * IsolatedStorageFileStreamCas.cs: Added reflection-based unit tests 
108         to test LinkDemand on Handle and SafeFileHandle (2.0) properties.
109
110 2005-03-15  Sebastien Pouliot  <sebastien@ximian.com>
111
112         * IsolatedStorageFileStreamCas.cs: New. CAS unit tests for 
113         IsolatedStorageFileStream.
114         * IsolatedStorageFileCas.cs: New. CAS unit tests for 
115         IsolatedStorageFile.
116
117 2005-01-31  Sebastien Pouliot  <sebastien@ximian.com>
118
119         * IsolatedStorageFileStreamTest.cs: New. Unit tests for 
120         IsolatedStorageFileStream.
121         * IsolatedStorageFileTest.cs: New. Unit tests for IsolatedStorageFile.
122         * IsolatedStorageTest.cs: New. Unit tests for IsolatedStorage abstract
123         class.