7e24e7ff9dfd4dbf2dfcf5a38287b15e54f2af89
[mono.git] / mcs / class / corlib / Test / Microsoft.Win32 / ChangeLog
1 2010-07-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>
2
3         * RegistryKeyTest.cs: New tests for volatile keys.
4
5 2008-02-01  Gert Driesen  <drieseng@users.sourceforge.net>
6
7         * RegistryKeyTest.cs: Added tests for max length of subkey and value
8         names. Improved existing argument check tests. Renamed existing
9         SetValue tests, and added simple tests for overload introduced in
10         .NET 2.0.
11
12 2007-11-07  Atsushi Enomoto  <atsushi@ximian.com>
13
14         * RegistryKeyTest.cs : enabled bug #322839 test.
15
16 2007-10-14  Gert Driesen  <drieseng@users.sourceforge.net>
17
18         * RegistryKeyTest.cs: Added test for bug #322839.
19
20 2007-08-30  Gert Driesen  <drieseng@users.sourceforge.net>
21
22         * RegistryKeyTest.cs: Improve SetValue tests to ensure values are
23         persisted properly on Linux, since the unix implementation performs
24         caching.
25
26 2006-09-03  Gert Driesen  <drieseng@users.sourceforge.net>
27
28         * RegistryKeyTest.cs: Added RunningOnUnix property that is used
29         to skip tests that only need to be run on Windows. Added tests Close
30         tests for local/remote registry hives and keys. Added tests for
31         OpenRemoteBaseKey (Windows only).
32
33 2006-08-23  Gert Driesen  <drieseng@users.sourceforge.net>
34
35         * RegistryKeyTest.cs: Modified GetValueNamesTest and GetSubKeyNamesTest
36         to verify whether the buffer is cleared while iterating over values
37         and keys.
38
39 2006-08-20  Gert Driesen  <drieseng@users.sourceforge.net>
40
41         * RegistryKeyTest.cs: Added test for expanding environment variables.
42
43 2006-08-14  Gert Driesen  <drieseng@users.sourceforge.net>
44
45         * RegistryKeyTest.cs: Added large batch of tests.
46
47 2006-05-28  Gert Driesen  <drieseng@users.sourceforge.net>
48
49         * RegistryKeyTest.cs: Added test for bug #78519.
50
51 2006-04-20  Gert Driesen  <drieseng@users.sourceforge.net>
52
53         * RegistryKeyTest.cs: Added tests for bug #78132.
54
55 2006-04-18  Gert Driesen  <drieseng@users.sourceforge.net>
56
57         * RegistryKeyTest.cs: Added tests for OpenSubKey and CreateSubKey.
58
59 2006-01-14  Robert Jordan  <robertj@gmx.net>
60
61         * RegistryKeyTest.cs: Added unit test for bug #77212.