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 0ea21e7d authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

adatations due to renaming of columns

parent 80617ee6
Branches
Tags
No related merge requests found
......@@ -97,6 +97,7 @@ namespace TUGraz.VectoCore.Tests.Integration.EngineOnlyCycle
var angularVelocity = 644.4445.RPMtoRad();
var power = 2329.973.SI<Watt>();
engine.OutPort().Initialize(power / angularVelocity, angularVelocity);
engine.OutPort().Request(absTime, dt, power / angularVelocity, angularVelocity);
foreach (var sc in vehicleContainer.SimulationComponents()) {
......
......@@ -86,7 +86,7 @@ namespace TUGraz.VectoCore.Tests.Models.Simulation
container.FinishSimulation();
sumWriter.Finish();
var testColumns = new[] { "Paux_FAN", "Paux_STP", "Paux_AC", "Paux_ES", "Paux_PS", "P_aux" };
var testColumns = new[] { "P_aux_FAN", "P_aux_STP", "P_aux_AC", "P_aux_ES", "P_aux_PS", "P_aux" };
ResultFileHelper.TestModFile(@"TestData\Results\EngineOnlyCycles\40t_Long_Haul_Truck_Long_Haul_Empty Loading.vmod",
@"AuxWriteModFileSumFile.vmod", testColumns);
......
......@@ -133,7 +133,7 @@ namespace TUGraz.VectoCore.Tests.Models.Simulation
[TestMethod]
public void Pwheel_Run_Test()
{
var jobFile = @"TestData\Jobs\P_wheel_in.vecto";
var jobFile = @"TestData\Jobs\Pwheel.vecto";
var fileWriter = new FileOutputWriter(jobFile);
var sumWriter = new SummaryDataContainer(fileWriter);
var jobContainer = new JobContainer(sumWriter);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment