Update lastest two task unit tests
[mono.git] / mcs / class / corlib / Test / System.Resources / ChangeLog
1 2010-07-07  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2
3         * ResourceWriterTest.cs: In our new AddResource_Stream_Default test
4         store the resource file under Test/resources/, instead of the base
5         dir, so we avoid filling the dir with not needed files.
6
7 2010-07-05  Carlos Alberto Cortez <calberto.cortez@gmail.com>
8
9         * ResourceWriterTest.cs: New tests for our new 4.0 AddResource
10         overloads.
11
12 2008-10-27 Gonzalo Paniagua Javier <gonzalo@novell.com>
13
14         * ResourceReaderTest.cs: use the current directory to locate the
15         resources.
16
17 2008-03-15  Gert Driesen  <drieseng@users.sourceforge.net>
18
19         * ResourceManagerTest.cs: Enabled and added ResourceSetType asserts.
20         Added test for disposed ResourceSet. Avoid using ExpectedException.
21         * ResourceSetTest.cs: Improved tests for ctor argument checks. Avoid
22         using ExpectedException.
23
24 2008-03-04  Sebastien Pouliot  <sebastien@ximian.com>
25
26         * ResourceManagerTest.cs: Add test case for ResourceSetType which 
27         shows that an internal type, not the basic ResourceSet, is being used
28         * ResourceSetTest.cs: New. Unit tests for ResourceSet
29
30 2008-01-26  Gert Driesen  <drieseng@users.sourceforge.net>
31
32         * ResourceWriterTest.cs: Enabled test for writing enum value on 2.0
33         profile.
34
35 2007-11-10  Gert Driesen  <drieseng@users.sourceforge.net>
36
37         * ResourceWriterTest.cs: Added ctor tests. Added tests for AddResource
38         overloads. Added test for argument null checks. Added test for bug
39         #339074. Added test for invoking Generate () multiple times.
40
41 2007-10-27  Gert Driesen  <drieseng@users.sourceforge.net>
42
43         * ResourceManagerTest.cs: Added tests for null argument checks. Added test
44         for GetStream with resource file that does not exist.
45
46 2007-09-17  Gert Driesen  <drieseng@users.sourceforge.net>
47
48         * ResourceManagerTest.cs: Restore the original UI Culture on TearDown.
49         Added ctor tests. Added tests for CreateFileBasedResourceManager.
50         Added tests for GetObject, GetString and GetResourceFileName.
51         Improved tests for GetStream. Added test for IgnoreCase.
52
53 2007-08-24  Gert Driesen  <drieseng@users.sourceforge.net>
54
55         * ResourceManagerTest.cs: Improved existing tests. Ensure all resources
56         are released. Fixes test failures on Windows.
57         * ResourceWriterTest.cs: Added test for bug #82566.
58         * ResourceReaderTest.cs: Improved existing tests. Ensure all resources
59         are released. Fixed test failures on Windows.
60
61 2007-08-09  Atsushi Enomoto  <atsushi@ximian.com>
62
63         * ResourceReaderTest.cs : added tests for GetResourceData()
64
65 2007-07-16  Rodrigo Kumpera  <rkumpera@novell.com>
66
67         * ResourceReaderTest.cs:  new test, related to 2.0 bug of #81757
68
69 2007-05-28  Atsushi Enomoto  <atsushi@ximian.com>
70
71         * ResourceWriterTest.cs : new test, contains one for bug #81759.
72
73 2007-05-28  Atsushi Enomoto  <atsushi@ximian.com>
74
75         * ResourceManagerTest.cs : added tests for GetStream() (including
76           2.0 resource format tests).
77
78 2006-12-30  Alexander Olk  <alex.olk@googlemail.com>
79
80         * ResourceManagerTest.cs: add one new test and remove NotWorking.
81           All tests pass now.
82
83 2006-12-30  Gert Driesen  <drieseng@users.sourceforge.net>
84
85         * ResourceReaderTest.cs: Added test for reading byte array.
86         No longer derive from Assertion class.
87
88 2006-10-09  Chris Toshok  <toshok@ximian.com>
89
90         * ResourceManagerTest.cs: add some (NotWorking) tests for
91         ResourceManager.
92
93 2006-03-14  Robert Jordan  <robertj@gmx.net>
94
95         * ResourceManagerTest.cs: Reactivated tests. eol-style.
96
97 2006-01-13  Robert Jordan  <robertj@gmx.net>
98
99         * ResourceManagerTest.cs: New. Unit tests for ResourceManager.
100         See bug #77242.
101
102 2005-03-31  Sebastien Pouliot  <sebastien@ximian.com>
103
104         * ResourceReaderCas.cs: New. CAS unit tests for ResourceReader.
105         * ResourceReaderTest.cs: Changed filename to internal so the "normal" 
106         tests case can be reused, with partial trust, by the CAS tests. 
107         * ResourceSetCas.cs: : New. CAS unit tests for ResourceSet.
108
109 2005-01-28  Nick Drochak <ndrochak@ieee.org>
110
111         * ResourceReaderTest.cs: Not sure about a zero-byte length file.
112
113 2004-08-29  Nick Drochak <ndrochak@ieee.org>
114
115         * ResourceReaderTest.cs: Make tests pass (correct path to resources)
116         on MS.NET 1.1.
117
118 2004-06-14  Sebastien Pouliot  <sebastien@ximian.com>
119
120         * ResourceReaderTest.cs: Un-ignored an old test case (probably fixed a
121         long time ago). Converted tests to NUnit 2.x format to be more 
122         specific when checking exceptions.
123
124 2004-02-25  Jackson Harper <jackson@ximian.com>
125
126         * ResourceReaderTest.cs: Make work on windows.
127         
128 2004-02-18  Jackson Harper <jackson@ximian.com>
129
130         * ResourceReaderTest.cs: Add a little logic for finding
131         resources. This works on MS and with mono and fixes these tests
132         for 'make run-test'.
133         
134 2003-06-23  Nick Drochak <ndrochak@gol.com>
135
136         * ResourceReaderTest.cs: Put it back the way it was, doesn't work on 
137         .NET, and it works fine on both if you cd to the proper dir before
138         running these tests.
139
140 2003-06-16  Nick Drochak <ndrochak@gol.com>
141
142         * ResourceReaderTest.cs: Help tests find input files.
143
144 2003-01-28  Nick Drochak <ndrochak@gol.com>
145
146         * ResourceReaderTest.cs: Ignore part of a test that hangs mono.
147
148 2002-12-21  Nick Drochak <ndrochak@gol.com>
149
150         * all: make tests build and run under nunit2
151
152 2002/06/14  Nick Drochak <ndrochak@gol.com>
153
154         * AllTests.cs: Disable ResourceReaderTest for now.  The class is not
155         ready yet.
156
157 2002-05-22  Nick Drochak  <ndrochak@gol.com>
158
159         * ResourceReaderTest.cs: Fix path name to resource files (again).
160
161 2002-02-09  Nick Drochak  <ndrochak@gol.com>
162
163         * ResourceReaderTest.cs: Fix path name to resource files
164
165 2002-01-25  Nick Drochak  <ndrochak@gol.com>
166
167         * AllTests.cs:
168         * Empty.resources:
169         * MyResources.resources: Added files
170         * ResourceReaderTest.cs: Test the enumerator
171
172 2002-01-24  Nick Drochak  <ndrochak@gol.com>
173
174         * ResourceReaderTest.cs: Add new file. This test is not done yet.
175         Wanted to save it in cvs for 'disaster recovery' purposes.
176         Just in case.
177