2009-07-11 Michael Barker <mike@middlesoft.co.uk>
[mono.git] / mcs / class / System.Web / Test / mainsoft / NunitWeb / NunitWeb / ChangeLog
1 2009-07-08  Marek Habersack  <mhabersack@novell.com>
2
3         * WebTest.cs: added new public property - TestBaseDir, to be used
4         by code which needs to access the files in the work dir.
5
6 2009-07-06  Raja R Harinath  <harinath@hurrynot.org>
7
8         * WebTest.cs (Run): Use SystemWebTestShim.BuildManager.
9
10 2009-07-03  Marek Habersack  <mhabersack@novell.com>
11
12         * WebTestResourcesSetupAttribute.cs: added. Can be used to specify
13         resources setup method alternative to the default
14         WebTest.CopyResources (). Useful in cases when WebTest is used
15         outside System.Web tests and different initial resources are
16         required.
17
18         * WebTest.cs: check whether the assembly WebTest is found in is
19         decorated with the WebTestResourcesSetup attribute and, if yes,
20         use handler specified by the attribute to perform initial
21         resources copying in EnsureHosting ().
22
23 2009-01-22  Marek Habersack  <mhabersack@novell.com>
24
25         * WebTest.cs: Run () sets the internal field
26         BuildManager.suppressDebugModeMessages to true.
27
28 2008-12-30  Raja R Harinath  <harinath@hurrynot.org>
29
30         * CustomSection.cs: Only enable in the 2.0 profile.
31
32 2008-12-23  Marek Habersack  <mhabersack@novell.com>
33
34         * CustomSection.cs: added. Implementation of custom configuration
35         elements for WebConfigurationManager tests.
36
37 2008-12-02  Marek Habersack  <mhabersack@novell.com>
38
39         * WebTest.cs: for 1.1, copy the Web.mono.config.1.1 resource
40
41 2008-10-09  Marek Habersack  <mhabersack@novell.com>
42
43         * WebTest.cs: made the Host property internal. It is used to
44         access the host's application domain when necessary in some
45         tests.
46
47         * MyTemplateControls.cs: added
48
49 2008-07-28  Marek Habersack  <mhabersack@novell.com>
50
51         * StandardUrl.cs: added a new standard url -
52         PAGE_WITH_MASTER_INVALID_PLACE_HOLDER.
53
54 2008-06-08  Gert Driesen  <drieseng@users.sourceforge.net>
55
56         * PageInvoker.cs: Fixed line endings.
57         * WebTest.cs: Fixed compilation using csc 1.x.
58