2009-11-04  Marek Habersack  <mhabersack@novell.com>

	* WebTest.cs: include App_GlobalResources only when compiling
	System.Web tests.

2009-09-07  Marek Habersack  <mhabersack@novell.com>

	* Tests/TestSiteMapProvider.cs: added

2009-07-08  Marek Habersack  <mhabersack@novell.com>

	* WebTest.cs: added new public property - TestBaseDir, to be used
	by code which needs to access the files in the work dir.

2009-07-06  Raja R Harinath  <harinath@hurrynot.org>

	* WebTest.cs (Run): Use SystemWebTestShim.BuildManager.

2009-07-03  Marek Habersack  <mhabersack@novell.com>

	* WebTestResourcesSetupAttribute.cs: added. Can be used to specify
	resources setup method alternative to the default
	WebTest.CopyResources (). Useful in cases when WebTest is used
	outside System.Web tests and different initial resources are
	required.

	* WebTest.cs: check whether the assembly WebTest is found in is
	decorated with the WebTestResourcesSetup attribute and, if yes,
	use handler specified by the attribute to perform initial
	resources copying in EnsureHosting ().

2009-01-22  Marek Habersack  <mhabersack@novell.com>

	* WebTest.cs: Run () sets the internal field
	BuildManager.suppressDebugModeMessages to true.

2008-12-30  Raja R Harinath  <harinath@hurrynot.org>

	* CustomSection.cs: Only enable in the 2.0 profile.

2008-12-23  Marek Habersack  <mhabersack@novell.com>

	* CustomSection.cs: added. Implementation of custom configuration
	elements for WebConfigurationManager tests.

2008-12-02  Marek Habersack  <mhabersack@novell.com>

	* WebTest.cs: for 1.1, copy the Web.mono.config.1.1 resource

2008-10-09  Marek Habersack  <mhabersack@novell.com>

	* WebTest.cs: made the Host property internal. It is used to
	access the host's application domain when necessary in some
	tests.

	* MyTemplateControls.cs: added

2008-07-28  Marek Habersack  <mhabersack@novell.com>

	* StandardUrl.cs: added a new standard url -
	PAGE_WITH_MASTER_INVALID_PLACE_HOLDER.

2008-06-08  Gert Driesen  <drieseng@users.sourceforge.net>

	* PageInvoker.cs: Fixed line endings.
	* WebTest.cs: Fixed compilation using csc 1.x.

