[corlib] Improve CancellationTokenSource test
[mono.git] / mcs / class / System.Web / Test / mainsoft / NunitWeb / NunitWeb / ChangeLog
1 2010-04-07  Marek Habersack  <mhabersack@novell.com>
2
3         * WebTest.cs: introduced concept of prefixed resources and added
4         an API which handles them - CopyPrefixedResources. All the
5         manifest resource names are checked for match with the given
6         prefix, and all the matching ones are copied to the specified
7         subdirectory of the test directory.
8
9 2010-02-11  Marek Habersack  <mhabersack@novell.com>
10
11         * WebTest.cs: test environment setup enhancements. Contributed by
12         Tiaan Geldenhuys <tagdev@gmail.com>, thanks! 
13
14         * TestRoleProvider.cs: added. Contributed by Tiaan Geldenhuys
15         <tagdev@gmail.com>, thanks!
16
17 2009-11-04  Marek Habersack  <mhabersack@novell.com>
18
19         * WebTest.cs: include App_GlobalResources only when compiling
20         System.Web tests.
21
22 2009-09-07  Marek Habersack  <mhabersack@novell.com>
23
24         * Tests/TestSiteMapProvider.cs: added
25
26 2009-07-08  Marek Habersack  <mhabersack@novell.com>
27
28         * WebTest.cs: added new public property - TestBaseDir, to be used
29         by code which needs to access the files in the work dir.
30
31 2009-07-06  Raja R Harinath  <harinath@hurrynot.org>
32
33         * WebTest.cs (Run): Use SystemWebTestShim.BuildManager.
34
35 2009-07-03  Marek Habersack  <mhabersack@novell.com>
36
37         * WebTestResourcesSetupAttribute.cs: added. Can be used to specify
38         resources setup method alternative to the default
39         WebTest.CopyResources (). Useful in cases when WebTest is used
40         outside System.Web tests and different initial resources are
41         required.
42
43         * WebTest.cs: check whether the assembly WebTest is found in is
44         decorated with the WebTestResourcesSetup attribute and, if yes,
45         use handler specified by the attribute to perform initial
46         resources copying in EnsureHosting ().
47
48 2009-01-22  Marek Habersack  <mhabersack@novell.com>
49
50         * WebTest.cs: Run () sets the internal field
51         BuildManager.suppressDebugModeMessages to true.
52
53 2008-12-30  Raja R Harinath  <harinath@hurrynot.org>
54
55         * CustomSection.cs: Only enable in the 2.0 profile.
56
57 2008-12-23  Marek Habersack  <mhabersack@novell.com>
58
59         * CustomSection.cs: added. Implementation of custom configuration
60         elements for WebConfigurationManager tests.
61
62 2008-12-02  Marek Habersack  <mhabersack@novell.com>
63
64         * WebTest.cs: for 1.1, copy the Web.mono.config.1.1 resource
65
66 2008-10-09  Marek Habersack  <mhabersack@novell.com>
67
68         * WebTest.cs: made the Host property internal. It is used to
69         access the host's application domain when necessary in some
70         tests.
71
72         * MyTemplateControls.cs: added
73
74 2008-07-28  Marek Habersack  <mhabersack@novell.com>
75
76         * StandardUrl.cs: added a new standard url -
77         PAGE_WITH_MASTER_INVALID_PLACE_HOLDER.
78
79 2008-06-08  Gert Driesen  <drieseng@users.sourceforge.net>
80
81         * PageInvoker.cs: Fixed line endings.
82         * WebTest.cs: Fixed compilation using csc 1.x.
83