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]
|
[Test]
|
||||||
public void HelpTestNoArgument() {
|
public void HelpTestNoArgument() {
|
||||||
string expected = "helped\r\nPossible arguments: arg. (* are required arguments.)\r\n";
|
string expected = "helped\nPossible arguments: arg. (* are required arguments.)\n";
|
||||||
Assert.AreEqual(expected, dummyCommand.Help());
|
Assert.AreEqual(expected, dummyCommand.Help().Replace("\r", ""));
|
||||||
}
|
}
|
||||||
|
|
||||||
[Test]
|
[Test]
|
||||||
|
Loading…
x
Reference in New Issue
Block a user