Attempt at making test system independent.
This commit is contained in:
parent
cea1d98bc7
commit
04cb27d596
@ -133,8 +133,8 @@ namespace RecrownedGTK.Tools.Tests.CommandProcessor {
|
||||
|
||||
[Test]
|
||||
public void HelpTestNoArgument() {
|
||||
string expected = "helped\r\nPossible arguments: arg. (* are required arguments.)\r\n";
|
||||
Assert.AreEqual(expected, dummyCommand.Help());
|
||||
string expected = "helped\nPossible arguments: arg. (* are required arguments.)\n";
|
||||
Assert.AreEqual(expected, dummyCommand.Help().Replace("\r", ""));
|
||||
}
|
||||
|
||||
[Test]
|
||||
|
Loading…
Reference in New Issue
Block a user