File: ChangeLog

package info (click to toggle)
mono 1.2.2.1-1
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 142,728 kB
  • ctags: 256,408
  • sloc: cs: 1,495,736; ansic: 249,442; sh: 18,304; xml: 12,463; makefile: 5,046; perl: 1,248; asm: 635; yacc: 285; sql: 7
file content (45 lines) | stat: -rw-r--r-- 1,599 bytes parent folder | download | duplicates (3)
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
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.