On 01/06/2015 14:57, Roger Riggs wrote:
Please review this testbug fix to correctly check the reported command name.File path comparison is case insensitive on Windows so equals would work if the path Strings were obtaining from actual file paths. This doesn't seem to be case here so using isSameFile make sense.On Windows the command filename may differ only by caseand should be checked to see if they are the same file, not just the same string.
-Alan.