The CommandLine class didn't construct command lines with empty arguments correctly (these need to be passed as empty quotes to be recognizable as an argument), fixed; added unit tests that exposes this bug; some minor cosmetic fixes
git-svn-id: file:///srv/devel/repo-conversion/nusu@154 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
ce9a6bc932
commit
839d46ecf1
6 changed files with 100 additions and 28 deletions
|
|
@ -101,6 +101,7 @@ namespace Nuclex.Support.Plugins {
|
|||
Trace.WriteLine("Could not employ " + type.ToString() + ": " + exception.Message);
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
/// <summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue