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