2007-12-01 Olivier Dufour * ResXResourceReaderTest.cs: Add tests to check GetMetadataEnumerator and UseResXDataNode in the reader. 2007-05-23 Andreia Gaita * ResXResourceReaderTest.cs, CompatTest.cs: Fix tests so they can run in make run-test and with the tests scripts. 2007-05-21 Andreia Gaita * ResXDataNodeTest.cs: Added tests 2007-04-25 Rolf Bjarne Kvinge * WriterTest.cs: Add a message if anyone forgets to close a form again. 2007-03-10 Gert Driesen * ResXResourceReaderTest.cs: Added test for special casing of .ico files. 2007-02-13 Rolf Bjarne Kvinge * ResXFileRefTest.cs: Removed warnings. 2007-02-10 Gert Driesen * ResXResourceReaderTest.cs: Fixed warnings, improve existing tests. Added test for invalid reader and writer. 2007-02-04 Gert Driesen * ResXResourceReaderTest.cs: Added large set of tests. * ResXFileRefTest.cs: Added tests for ResXFileRef and converter. 2006-12-29 Gert Driesen * CultureTest.cs: Added SetUp and TearDown. Spaces to tabs. * WriterTest.cs Added SetUp and TearDown. Spaces to tabs. 2006-12-29 Gert Driesen * CompatTest.cs: Fixed test for 2.0 profile and 1.0 profile. Enabled test for 1.0 profile. Spaces to tabs. 2006-10-03 Robert Jordan * compat_2_0.resx, compat_1_1.resx: Add an Image element to test the type converter. Add InvalidMimeType, an element with an invalid mimetype attribute. * CompatTest.cs: Add assert for the InvalidMimeType and Image elements. Fix the test for the 2.0 profile. * WriterTest.cs: Add type converter tests. 2006-01-14 Robert Jordan * compat_2_0.resx: Added a CDATA element as a test for bug #77253. 2005-12-01 Robert Jordan * CompatTest.cs, compat*.resx: Compatibility unit tests. * WriterTest.cs: Unit tests for ResXResourceWriter. 2005-11-30 Robert Jordan * CultureTest.cs: Unit tests for the culture-invariance.