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