fixed tests
[mono.git] / mcs / class / Managed.Windows.Forms / Test / System.Resources / ChangeLog
1 2007-02-13  Rolf Bjarne Kvinge <RKvinge@novell.com> 
2
3         * ResXFileRefTest.cs: Removed warnings.
4
5 2007-02-10  Gert Driesen  <drieseng@users.sourceforge.net>
6
7         * ResXResourceReaderTest.cs: Fixed warnings, improve existing tests. Added
8         test for invalid reader and writer.
9
10 2007-02-04  Gert Driesen  <drieseng@users.sourceforge.net>
11
12         * ResXResourceReaderTest.cs: Added large set of tests.
13         * ResXFileRefTest.cs: Added tests for ResXFileRef and converter.
14
15 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
16
17         * CultureTest.cs: Added SetUp and TearDown. Spaces to tabs.
18         * WriterTest.cs Added SetUp and TearDown. Spaces to tabs.
19
20 2006-12-29  Gert Driesen  <drieseng@users.sourceforge.net>
21
22         * CompatTest.cs: Fixed test for 2.0 profile and 1.0 profile. Enabled
23         test for 1.0 profile. Spaces to tabs.
24
25 2006-10-03  Robert Jordan  <robertj@gmx.net>
26
27         * compat_2_0.resx, compat_1_1.resx: Add an Image element to test the
28         type converter. Add InvalidMimeType, an element with an invalid
29         mimetype attribute.
30
31         * CompatTest.cs: Add assert for the InvalidMimeType and Image elements.
32         Fix the test for the 2.0 profile.
33
34         * WriterTest.cs: Add type converter tests.
35         
36 2006-01-14  Robert Jordan  <robertj@gmx.net>
37
38         * compat_2_0.resx: Added a CDATA element as a test for bug #77253.
39
40 2005-12-01  Robert Jordan  <robertj@gmx.net>
41
42         * CompatTest.cs, compat*.resx: Compatibility unit tests.
43         * WriterTest.cs: Unit tests for ResXResourceWriter.
44
45 2005-11-30  Robert Jordan  <robertj@gmx.net>
46
47         * CultureTest.cs: Unit tests for the culture-invariance.