Since WebTest.Run and WebTest.CopyResource are overwriting Web.config, but
authorMiguel de Icaza <miguel@gnome.org>
Tue, 28 Nov 2006 18:10:49 +0000 (18:10 -0000)
committerMiguel de Icaza <miguel@gnome.org>
Tue, 28 Nov 2006 18:10:49 +0000 (18:10 -0000)
commitb851dd1d71c807a6623231178cfeb007739453bf
treea870185dbe6e83c063d6ba7090e8f8b59d659a6f
parentf211eddabbd3dc60293bcc7432006e23c525d3db
Since WebTest.Run and WebTest.CopyResource are overwriting Web.config, but
they only setup one AppDomain (that gets shutdown automatically by System.Web
whenever there is a change to Web.config) a number of tests fail.

This patch:

        Removes the tests that use the above so that we get a clean run.

        Removes tests that are currently failing, so we have a baseline
        that is known to pass.

svn path=/trunk/mcs/; revision=68593
13 files changed:
mcs/class/System.Web/System.Web_test.dll.sources
mcs/class/System.Web/Test/System.Web.UI.WebControls/ChangePasswordTest.cs
mcs/class/System.Web/Test/System.Web.UI.WebControls/DetailsViewTest.cs
mcs/class/System.Web/Test/System.Web.UI.WebControls/FormViewTest.cs
mcs/class/System.Web/Test/System.Web.UI.WebControls/GridViewTest.cs
mcs/class/System.Web/Test/System.Web.UI.WebControls/ImageButtonTest.cs
mcs/class/System.Web/Test/System.Web.UI.WebControls/LoginTest.cs
mcs/class/System.Web/Test/System.Web.UI.WebControls/ObjectDataSourceTest.cs
mcs/class/System.Web/Test/System.Web.UI.WebControls/ObjectDataSourceViewTest.cs
mcs/class/System.Web/Test/System.Web.UI.WebControls/PasswordRecoveryTest.cs
mcs/class/System.Web/Test/System.Web.UI/ControlTest.cs
mcs/class/System.Web/Test/System.Web/HttpRequestTest.cs
mcs/class/System.Web/Test/mainsoft/NunitWeb/NunitWeb/WebTest.cs