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

ChangeLog « Cas « Test « System.Web « class « mcs - github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 541eefdb02969c73e13f28960c9afb4af2370f34 (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
2005-09-21  Sebastien Pouliot  <sebastien@ximian.com>

	* AspNetHostingNone.cs: New. CAS test helper class to test for None 
	level - which includes class that don't use AspNetHostingPermission
	at all.

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

	* AspNetHostingPermissionHelper.cs: SetUp method is now virtual.

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

	* AspNetHostingMinimal.cs: Rename tests to LinkDemand_* so they have 
	less chances to conflict with tests in derived classes.
	* AspNetHostingPermissionHelper.cs: Made VoidType public.

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

	* AspNetHostingMinimal.cs: Added new required parameters to all calls
	to CreateControl.
	* AspNetHostingPermissionHelper.cs: Made CreateControl virtual and 
	accept a SecurityAction and AspNetHostingPermissionLevel parameters
	for more flexibility in testing.

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

	* AspNetHostingMinimal.cs: CAS test helper class to test for Minimal
	level.
	* AspNetHostingPermissionHelper.cs: CAS test helper class to test for
	AspNetHostingPermission.