Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit f1939edf authored by Michael KRISPER's avatar Michael KRISPER
Browse files

error output in FullLoadCurveTest

parent 319a44c2
No related branches found
No related tags found
No related merge requests found
...@@ -181,7 +181,8 @@ namespace TUGraz.VectoCore.Tests.Models.SimulationComponentData ...@@ -181,7 +181,8 @@ namespace TUGraz.VectoCore.Tests.Models.SimulationComponentData
EngineFullLoadCurve.ReadFromFile(@"TestData\Components\FullLoadCurve wrong header.vfld"); EngineFullLoadCurve.ReadFromFile(@"TestData\Components\FullLoadCurve wrong header.vfld");
Assert.IsTrue( Assert.IsTrue(
LogList.Contains( LogList.Contains(
"FullLoadCurve: Header Line is not valid. Expected: \'engine speed, full load torque, motoring torque\', Got: \'n, Mfull, Mdrag, PT1\'. Falling back to column index.")); "FullLoadCurve: Header Line is not valid. Expected: \'engine speed, full load torque, motoring torque\', Got: \'n, Mfull, Mdrag, PT1\'. Falling back to column index."),
string.Join("\n", LogList));
LogList.Clear(); LogList.Clear();
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment