Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'mcs/class/System.Web/Test/mainsoft/MainsoftWebApp/System_Web_SessionState/HttpSessionState/HttpSessionState_CodePage.aspx.cs')
-rw-r--r--mcs/class/System.Web/Test/mainsoft/MainsoftWebApp/System_Web_SessionState/HttpSessionState/HttpSessionState_CodePage.aspx.cs2
1 files changed, 0 insertions, 2 deletions
diff --git a/mcs/class/System.Web/Test/mainsoft/MainsoftWebApp/System_Web_SessionState/HttpSessionState/HttpSessionState_CodePage.aspx.cs b/mcs/class/System.Web/Test/mainsoft/MainsoftWebApp/System_Web_SessionState/HttpSessionState/HttpSessionState_CodePage.aspx.cs
index a4bd11b6866..7e88cf28d79 100644
--- a/mcs/class/System.Web/Test/mainsoft/MainsoftWebApp/System_Web_SessionState/HttpSessionState/HttpSessionState_CodePage.aspx.cs
+++ b/mcs/class/System.Web/Test/mainsoft/MainsoftWebApp/System_Web_SessionState/HttpSessionState/HttpSessionState_CodePage.aspx.cs
@@ -78,7 +78,6 @@ namespace GHTTests.System_Web_dll.System_Web_SessionState
this.GHTSubTestAddResult(this.Session.CodePage.ToString());
this.GHTSubTestExpectedExceptionNotCaught("ArgumentException");
}
-#if NET_2_0
catch (NotSupportedException exception7)
{
// ProjectData.SetProjectError(exception7);
@@ -86,7 +85,6 @@ namespace GHTTests.System_Web_dll.System_Web_SessionState
this.GHTSubTestExpectedExceptionCaught(exception2);
// ProjectData.ClearProjectError();
}
-#endif
catch (ArgumentException exception7)
{
// ProjectData.SetProjectError(exception7);