Welcome to mirror list, hosted at ThFree Co, Russian Federation.

ChangeLog « Microsoft.Win32 « Test « corlib « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 7e24e7ff9dfd4dbf2dfcf5a38287b15e54f2af89 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
2010-07-13  Carlos Alberto Cortez <calberto.cortez@gmail.com>

	* RegistryKeyTest.cs: New tests for volatile keys.

2008-02-01  Gert Driesen  <drieseng@users.sourceforge.net>

	* RegistryKeyTest.cs: Added tests for max length of subkey and value
	names. Improved existing argument check tests. Renamed existing
	SetValue tests, and added simple tests for overload introduced in
	.NET 2.0.

2007-11-07  Atsushi Enomoto  <atsushi@ximian.com>

	* RegistryKeyTest.cs : enabled bug #322839 test.

2007-10-14  Gert Driesen  <drieseng@users.sourceforge.net>

	* RegistryKeyTest.cs: Added test for bug #322839.

2007-08-30  Gert Driesen  <drieseng@users.sourceforge.net>

	* RegistryKeyTest.cs: Improve SetValue tests to ensure values are
	persisted properly on Linux, since the unix implementation performs
	caching.

2006-09-03  Gert Driesen  <drieseng@users.sourceforge.net>

	* RegistryKeyTest.cs: Added RunningOnUnix property that is used
	to skip tests that only need to be run on Windows. Added tests Close
	tests for local/remote registry hives and keys. Added tests for
	OpenRemoteBaseKey (Windows only).

2006-08-23  Gert Driesen  <drieseng@users.sourceforge.net>

	* RegistryKeyTest.cs: Modified GetValueNamesTest and GetSubKeyNamesTest
	to verify whether the buffer is cleared while iterating over values
	and keys.

2006-08-20  Gert Driesen  <drieseng@users.sourceforge.net>

	* RegistryKeyTest.cs: Added test for expanding environment variables.

2006-08-14  Gert Driesen  <drieseng@users.sourceforge.net>

	* RegistryKeyTest.cs: Added large batch of tests.

2006-05-28  Gert Driesen  <drieseng@users.sourceforge.net>

	* RegistryKeyTest.cs: Added test for bug #78519.

2006-04-20  Gert Driesen  <drieseng@users.sourceforge.net>

	* RegistryKeyTest.cs: Added tests for bug #78132.

2006-04-18  Gert Driesen  <drieseng@users.sourceforge.net>

	* RegistryKeyTest.cs: Added tests for OpenSubKey and CreateSubKey.

2006-01-14  Robert Jordan  <robertj@gmx.net>

	* RegistryKeyTest.cs: Added unit test for bug #77212.