[Mono-bugs] [Bug 64995][Wis] Changed - Incorrect Behavior of Environment.ExpandEnvironmentVariables

bugzilla-daemon@bugzilla.ximian.com bugzilla-daemon@bugzilla.ximian.com
Sun, 17 Oct 2004 16:38:48 -0400 (EDT)


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 jlarimer@gmail.com.

http://bugzilla.ximian.com/show_bug.cgi?id=64995

--- shadow/64995	2004-10-17 16:36:50.000000000 -0400
+++ shadow/64995.tmp.12832	2004-10-17 16:38:48.000000000 -0400
@@ -1,14 +1,14 @@
 Bug#: 64995
 Product: Mono: Class Libraries
 Version: unspecified
-OS: 
+OS: unknown
 OS Details: 
 Status: NEW   
 Resolution: 
-Severity: 
+Severity: Unknown
 Priority: Wishlist
 Component: CORLIB
 AssignedTo: mono-bugs@ximian.com                            
 ReportedBy: fawad@fawad.net               
 QAContact: mono-bugs@ximian.com
 TargetMilestone: ---
@@ -37,6 +37,11 @@
 
 
 ------- Additional Comments From jlarimer@gmail.com  2004-10-17 16:36 -------
 Created an attachment (id=12983)
 Proposed patch for mcs/class/corlib/System/Environment.cs
 
+
+------- Additional Comments From jlarimer@gmail.com  2004-10-17 16:38 -------
+The above patch fixes the issue. Note that the test case
+(EnvironmentTest.cs) has 3 failures in the current (1.1.1) tree. With
+this patch all of the tests are successful.