[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Windows.Forms / Test / System.Resources / ChangeLog
1 2008-10-31  Andreia Gaita  <shana@jitted.com>
2
3         * CompatTest.cs, CultureTest.cs, ResXDataNodeTest.cs,
4           ResXFileRefTest.cs, ResXResourceReaderTest.cs, WriterTest.cs:
5           All tests now inherit from TestHelper so that the setup and
6           teardown routines are always called (barring one or two that already
7           inherit from swf classes that needs to be fixed)
8
9 2008-08-24  Gert Driesen  <drieseng@users.sourceforge.net>
10
11         * ResXFileRefTest.cs: Fixed/added attributes on SetUp and TearDown
12         methods.
13
14 2008-07-07  Jonathan Pobst  <monkey@jpobst.com>
15
16         * ResXResourceReaderTest.cs: Ignore test that is dependent on
17         hashtable ordering.
18
19 2008-01-27  Gert Driesen  <drieseng@users.sourceforge.net>
20
21         * ResXResourceReaderTest.cs: Added Mono-only ctor tests. Fixed
22         and improved UseResXDataNodes test. Improved GetMetadataEnumerator
23         test.
24         * WriterTest.cs: Added Mono-only ctor tests.
25         * ResXFileRefTest.cs: Conversion to MemoryStream is only supported on
26         2.0 profile.
27         * ResXDataNodeTest.cs: Fixed line endings.
28
29 2008-01-23  Olivier Dufour <olivier.duff@gmail.com>
30
31         * ResXResourceReaderTest.cs: Fix the value for test GetNodePosition.
32
33 2008-01-21  Zoltan Varga  <vargaz@gmail.com>
34
35         * ResXFileRefTest.cs: Add a test for #354994.
36
37 2008-01-20  Olivier Dufour <olivier.duff@gmail.com>
38
39         * ResXResourceReaderTest.cs: Add tests to check GetNodePosition.
40
41 2007-05-23  Andreia Gaita <avidigal@novell.com>
42
43         * ResXResourceReaderTest.cs, CompatTest.cs: Fix tests so they can run 
44         in make run-test and with the tests scripts.
45
46 2007-05-21  Andreia Gaita <avidigal@novell.com>
47         
48         * ResXDataNodeTest.cs: Added tests
49
50 2007-04-25  Rolf Bjarne Kvinge <RKvinge@novell.com> 
51
52         * WriterTest.cs: Add a message if anyone forgets to close a form again.
53
54 2007-03-10  Gert Driesen  <drieseng@users.sourceforge.net>
55
56         * ResXResourceReaderTest.cs: Added test for special casing of .ico
57         files.
58
59 2007-02-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
60
61         * ResXFileRefTest.cs: Removed warnings.
62
63 2007-02-10  Gert Driesen  <drieseng@users.sourceforge.net>
64
65         * ResXResourceReaderTest.cs: Fixed warnings, improve existing tests. Added
66         test for invalid reader and writer.
67
68 2007-02-04  Gert Driesen  <drieseng@users.sourceforge.net>
69
70         * ResXResourceReaderTest.cs: Added large set of tests.
71         * ResXFileRefTest.cs: Added tests for ResXFileRef and converter.
72
73 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
74
75         * CultureTest.cs: Added SetUp and TearDown. Spaces to tabs.
76         * WriterTest.cs Added SetUp and TearDown. Spaces to tabs.
77
78 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
79
80         * CompatTest.cs: Fixed test for 2.0 profile and 1.0 profile. Enabled
81         test for 1.0 profile. Spaces to tabs.
82
83 2006-10-03  Robert Jordan  <robertj@gmx.net>
84
85         * compat_2_0.resx, compat_1_1.resx: Add an Image element to test the
86         type converter. Add InvalidMimeType, an element with an invalid
87         mimetype attribute.
88
89         * CompatTest.cs: Add assert for the InvalidMimeType and Image elements.
90         Fix the test for the 2.0 profile.
91
92         * WriterTest.cs: Add type converter tests.
93         
94 2006-01-14  Robert Jordan  <robertj@gmx.net>
95
96         * compat_2_0.resx: Added a CDATA element as a test for bug #77253.
97
98 2005-12-01  Robert Jordan  <robertj@gmx.net>
99
100         * CompatTest.cs, compat*.resx: Compatibility unit tests.
101         * WriterTest.cs: Unit tests for ResXResourceWriter.
102
103 2005-11-30  Robert Jordan  <robertj@gmx.net>
104
105         * CultureTest.cs: Unit tests for the culture-invariance.