http://bugzilla.novell.com/show_bug.cgi?id=545198


           Summary: ProcessStartInfo.EnvironmentVariables looses case
    Classification: Mono
           Product: Mono: Class Libraries
           Version: 2.0.x
          Platform: x86
        OS/Version: Kubuntu
            Status: NEW
          Severity: Normal
          Priority: P5 - None
         Component: System
        AssignedTo: [email protected]
        ReportedBy: [email protected]
         QAContact: [email protected]
          Found By: Development


Description of Problem:
ProcessStartInfo.EnvironmentVariables.Add converts the variable to lower case.
This is a bug because environment variables are case-sensitive. This same bug
previously existed in Microsoft C# but was acknowledged and fixed, as reported
here:
http://connect.microsoft.com/VisualStudio/feedback/ViewFeedback.aspx?FeedbackID=326163

Steps to reproduce the problem:
1. Call ProcessStartInfo.EnvironmentVariables.Add("PATH", "/test")

Actual Results:
Note that actual environment set is "path=/test" and not "PATH=/test"

Expected Results:
PATH=/test

How often does this happen? 
All the time on all versions and platforms.

-- 
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
You are the assignee for the bug.
_______________________________________________
mono-bugs maillist  -  [email protected]
http://lists.ximian.com/mailman/listinfo/mono-bugs

Reply via email to