Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit 6ea1d7b2 authored by Harald Martini's avatar Harald Martini
Browse files

added heavy Lorry e3 test with torque limits

parent 1f558470
No related branches found
No related tags found
No related merge requests found
......@@ -32,6 +32,8 @@ public class HeavyLorrySimulation
TestCase(@"HeavyLorry\PEV_heavyLorry_AMT_E2_realistic.xml", false),
TestCase(@"HeavyLorry\PEV_heavyLorry_E3_realistic.xml"),
TestCase(@"HeavyLorry\PEV_heavyLorry_E3_realistic.xml", false),
TestCase(@"HeavyLorry\PEV_heavyLorry_E3_realistic_TorqueLimits.xml"),
TestCase(@"HeavyLorry\PEV_heavyLorry_E3_realistic_TorqueLimits.xml", false),
TestCase(@"HeavyLorry\PEV_heavyLorry_E4.xml")]
public void HeavyLorrySimulationTest(string jobFile, bool multiThreaded = true)
{
......
Source diff could not be displayed: it is too large. Options to address this: view the blob.
......@@ -38,6 +38,9 @@
<None Update="TestData\Integration\DeclarationMode\V24_DeclarationMode\HeavyLorry\PEV_heavyLorry_E3_realistic.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="TestData\Integration\DeclarationMode\V24_DeclarationMode\HeavyLorry\PEV_heavyLorry_E3_realistic_TorqueLimits.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
<None Update="TestData\XML\XMLReaderDeclaration\SchemaVersion2.4\Distributed\HeavyLorry\HEV-S_heavyLorry_S3_ovc.xml">
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
</None>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment