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

Merge pull request #471 in VECTO/vecto-sim from...

Merge pull request #471 in VECTO/vecto-sim from ~EMQUARIMA/vecto-sim:VECTO-537-new-suburban-cycle to develop

* commit 'ff92d9c9':
  correct test attributes
  adding new suburban cycle
parents 7877bcc2 ff92d9c9
No related branches found
No related tags found
No related merge requests found
......@@ -171,10 +171,10 @@ namespace TUGraz.VectoCore.Tests.Integration
Assert.AreEqual(-115, engineData.FullLoadCurves[6].MaxDragTorque.Value());
}
[TestCase(GearboxLimitJobDecl_800, "LongRunning"),
TestCase(GearboxLimitJobDecl_865, "LongRunning"),
TestCase(VehicleLimitJobDecl_850, "LongRunning"),
TestCase(VehicleLimitJobDecl_910, "LongRunning")]
[TestCase(GearboxLimitJobDecl_800),
TestCase(GearboxLimitJobDecl_865),
TestCase(VehicleLimitJobDecl_850),
TestCase(VehicleLimitJobDecl_910), Category("LongRunning")]
public void TestRunTorqueLimitedSimulations(string file)
{
var fileWriter = new FileOutputWriter(file);
......@@ -215,7 +215,7 @@ namespace TUGraz.VectoCore.Tests.Integration
Assert.IsTrue(jobContainer.Runs.All(r => r.Success), string.Concat(jobContainer.Runs.Select(r => r.ExecException)));
}
[TestCase(EngineSpeedLimitJobDecl, "LongRunning")]
[TestCase(EngineSpeedLimitJobDecl), Category("LongRunning")]
public void TestRunEngineSpeedLimitedSimulations(string file)
{
var fileWriter = new FileOutputWriter(file);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment