[Mono-bugs] [Bug 71291][Nor] Changed - AppDomainSetup failures.
bugzilla-daemon at bugzilla.ximian.com
bugzilla-daemon at bugzilla.ximian.com
Thu Dec 8 10:44:52 EST 2005
Please do not reply to this email- if you want to comment on the bug, go to the
URL shown below and enter your comments there.
Changed by sebastien at ximian.com.
http://bugzilla.ximian.com/show_bug.cgi?id=71291
--- shadow/71291 2005-01-14 17:47:45.000000000 -0500
+++ shadow/71291.tmp.11487 2005-12-08 10:44:51.000000000 -0500
@@ -1,17 +1,17 @@
Bug#: 71291
Product: Mono: Class Libraries
Version: unspecified
-OS:
+OS: unknown
OS Details:
Status: NEW
Resolution:
-Severity:
+Severity: Unknown
Priority: Normal
Component: CORLIB
-AssignedTo: mono-bugs at ximian.com
+AssignedTo: sebastien at ximian.com
ReportedBy: miguel at ximian.com
QAContact: mono-bugs at ximian.com
TargetMilestone: ---
URL:
Cc:
Summary: AppDomainSetup failures.
@@ -42,6 +42,11 @@
AppDomainSetup setup2 = new AppDomainSetup ();
string fileUri = "file:///" + expected_path;
setup2.ApplicationBase = fileUri;
AssertEquals ("AB1 #01", expected_path, setup2.ApplicationBase);
}
}
+
+------- Additional Comments From sebastien at ximian.com 2005-12-08 10:44 -------
+All the AppDomainSetup failures (in 1.1 profile) are throwing
+NotSupportedException (in 2.0 profile) because the Uri checks are more
+strict.
More information about the mono-bugs
mailing list