2011-04-06  Marek Habersack  <grendel@twistedcode.net>

	[asp.net] CreateChildControls is internal only when compiling
	system.web tests

2011-03-17  Marek Habersack  <grendel@twistedcode.net>

	[asp.net] Test compilation fix for System.Web.Extensions

2011-01-20  Marek Habersack  <grendel@twistedcode.net>

	[asp.net] Avoid passing duplicate assemblies on mcs command line.

2011-01-10  Marek Safar  <marek.safar@gmail.com>

	Fixed another missing protected internal modifier

2011-01-10  Marek Safar  <marek.safar@gmail.com>

	Fixed more protected internal modifiers

2011-01-10  Marek Safar  <marek.safar@gmail.com>

	Fixed more missing protected internal modifiers

2011-01-04  Marek Habersack  <grendel@twistedcode.net>

	[asp.net] Don't attempt to use System.Web resources in
	System.Web.Extensions test build

	WebTest is now a partial class and every code outside System.Web
	that uses it can copy its own resources in addition to the common
	ones by implementing the CopyResourcesLocal partial method.

2010-12-13  Marek Habersack  <grendel@twistedcode.net>

	[asp.net] Test suite configuration updates for 4.0

	When running the tests on the 4.0 profile, the configuration must
	no longer include the System.Web.Extensions section declarations
	as they are merged with machine.config right now.

2010-08-11  Gonzalo Paniagua Javier  <gonzalo.mono@gmail.com>

	Adapt to new exception in threadpool behavior.

	Since an exception in the threadpool can kill the application,
	silently ignore it when we know it is not harmful.

2010-04-07  Marek Habersack  <mhabersack@novell.com>

	* WebTest.cs: introduced concept of prefixed resources and added
	an API which handles them - CopyPrefixedResources. All the
	manifest resource names are checked for match with the given
	prefix, and all the matching ones are copied to the specified
	subdirectory of the test directory.

2010-02-11  Marek Habersack  <mhabersack@novell.com>

	* WebTest.cs: test environment setup enhancements. Contributed by
	Tiaan Geldenhuys <tagdev@gmail.com>, thanks! 

	* TestRoleProvider.cs: added. Contributed by Tiaan Geldenhuys
	<tagdev@gmail.com>, thanks!

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.

