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