File: ChangeLog

package info (click to toggle)
mono 2.6.7-5.1
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 327,344 kB
  • ctags: 413,649
  • sloc: cs: 2,471,883; xml: 1,768,594; ansic: 350,665; sh: 13,644; makefile: 8,640; perl: 1,784; asm: 717; cpp: 209; python: 146; sql: 81; sed: 16
file content (54 lines) | stat: -rw-r--r-- 1,832 bytes parent folder | download | duplicates (5)
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
2009-06-24  Zoltan Varga  <vargaz@gmail.com>

	* *.cs: Convert all tests to new-style nunit classes/methods.

2009-02-04  Zoltan Varga  <vargaz@gmail.com>

	* GenericIdentityTest.cs GenericPrincipalTest.cs: Make these tests
	quiet.

2006-08-08  Sebastien Pouliot  <sebastien@ximian.com>

	* GenericIdentityTest.cs: Added serialization test cases.
	* GenericPrincipalTest.cs: Added serialization test cases.

2005-08-30  Sebastien Pouliot  <sebastien@ximian.com>

	* GenericPrincipalTest.cs: Roles are case insensitive.

2005-06-17  Sebastien Pouliot  <sebastien@ximian.com>

	* WindowsPrincipalTest.cs: In NET_2_0 multiple IsInRole methods can 
	now accept null.

2005-05-09  Sebastien Pouliot  <sebastien@ximian.com>

	* WindowsIdentityTest.cs: Fixed IsPosix for NET_2_0.

2004-04-20  Sebastien Pouliot  <sebastien@ximian.com>

	* WindowsIdentityTest.cs: Don't fail on Windows for some contructor 
	tests (in NET_1_1). Checking for Windows 2003 Server isn't enough as
	the domain must also be Windows 2003 Server based to work. Also skip
	the GetRolesViaReflection when running os POSIX systems.

2004-04-14  Sebastien Pouliot  <sebastien@ximian.com>

	* WindowsIdentityTest.cs: Added reflection and serialization tests.

2004-04-13  Sebastien Pouliot  <sebastien@ximian.com>

	* WindowsIdentityTest.cs: Adjusted unit tests to run on both Windows
	and Linux (or any POSIX compliant OS).
	* WindowsPrincipalTest.cs: Removed [Ignore] from some tests.

2003-12-29  Sebastien Pouliot  <spouliot@videotron.ca>

	* WindowsIdentityTest.cs: New. Partial unit test for WindowsIdentity.
	* WindowsPrincipalTest.cs: New. Partial unit test for WindowsPrincipal.

2003-07-01  Sebastien Pouliot  <spouliot@videotron.ca>

	* GenericIdentityTest.cs: New. Complete unit test.
	* GenericPrincipalTest.cs: New. Complete unit test.
	* ChangeLog: New.