2007-12-01 Olivier Dufour <olivier.duff@gmail.com>
[mono.git] / mcs / class / Managed.Windows.Forms / Test / System.Resources / ChangeLog
1 2007-12-01  Olivier Dufour <olivier.duff@gmail.com>
2
3         * ResXResourceReaderTest.cs: Add tests to check GetMetadataEnumerator 
4         and UseResXDataNode in the reader.
5
6 2007-05-23  Andreia Gaita <avidigal@novell.com>
7
8         * ResXResourceReaderTest.cs, CompatTest.cs: Fix tests so they can run 
9         in make run-test and with the tests scripts.
10
11 2007-05-21  Andreia Gaita <avidigal@novell.com>
12         
13         * ResXDataNodeTest.cs: Added tests
14
15 2007-04-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
16
17         * WriterTest.cs: Add a message if anyone forgets to close a form again.
18
19 2007-03-10  Gert Driesen  <drieseng@users.sourceforge.net>
20
21         * ResXResourceReaderTest.cs: Added test for special casing of .ico
22         files.
23
24 2007-02-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
25
26         * ResXFileRefTest.cs: Removed warnings.
27
28 2007-02-10  Gert Driesen  <drieseng@users.sourceforge.net>
29
30         * ResXResourceReaderTest.cs: Fixed warnings, improve existing tests. Added
31         test for invalid reader and writer.
32
33 2007-02-04  Gert Driesen  <drieseng@users.sourceforge.net>
34
35         * ResXResourceReaderTest.cs: Added large set of tests.
36         * ResXFileRefTest.cs: Added tests for ResXFileRef and converter.
37
38 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
39
40         * CultureTest.cs: Added SetUp and TearDown. Spaces to tabs.
41         * WriterTest.cs Added SetUp and TearDown. Spaces to tabs.
42
43 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
44
45         * CompatTest.cs: Fixed test for 2.0 profile and 1.0 profile. Enabled
46         test for 1.0 profile. Spaces to tabs.
47
48 2006-10-03  Robert Jordan  <robertj@gmx.net>
49
50         * compat_2_0.resx, compat_1_1.resx: Add an Image element to test the
51         type converter. Add InvalidMimeType, an element with an invalid
52         mimetype attribute.
53
54         * CompatTest.cs: Add assert for the InvalidMimeType and Image elements.
55         Fix the test for the 2.0 profile.
56
57         * WriterTest.cs: Add type converter tests.
58         
59 2006-01-14  Robert Jordan  <robertj@gmx.net>
60
61         * compat_2_0.resx: Added a CDATA element as a test for bug #77253.
62
63 2005-12-01  Robert Jordan  <robertj@gmx.net>
64
65         * CompatTest.cs, compat*.resx: Compatibility unit tests.
66         * WriterTest.cs: Unit tests for ResXResourceWriter.
67
68 2005-11-30  Robert Jordan  <robertj@gmx.net>
69
70         * CultureTest.cs: Unit tests for the culture-invariance.