[Mono-bugs] [Bug 345455] New: Microsoft.VisualBasic.Interaction.Command() includes filename
bugzilla_noreply at novell.com
bugzilla_noreply at novell.com
Sun Dec 2 17:02:59 EST 2007
https://bugzilla.novell.com/show_bug.cgi?id=345455
Summary: Microsoft.VisualBasic.Interaction.Command() includes
filename
Product: Mono: Class Libraries
Version: 1.2.6
Platform: x86
OS/Version: All
Status: NEW
Severity: Normal
Priority: P5 - None
Component: VB Runtime
AssignedTo: rkvinge at novell.com
ReportedBy: khigh01 at sent.com
QAContact: mono-bugs at ximian.com
Found By: ---
Description of Problem:
Wrong output shown in this simple test program:
Module Module1
Sub Main(ByVal args() As String)
Console.WriteLine("command is [" + Command() + "]")
End Sub
End Module
Steps to reproduce the problem:
Command line is "mono testcommand.exe 1 2 3"
Actual Results:
command is [C:\test\testcommand.exe 1 2 3]
Expected Results:
command is [1 2 3]
--
Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug.
More information about the mono-bugs
mailing list