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

Skip to content
Snippets Groups Projects
Commit c58659a8 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

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

Merge pull request #387 in VECTO/vecto-sim from ~EMQUARIMA/vecto-sim:feature/VECTO-463-add-pneumatic-system-technology to develop

* commit '52d52e3d':
  extend pneumatic systems tech table
  add testcase for pneumatic system 'vacuum pump'
parents 0d6adeae 52d52e3d
No related branches found
No related tags found
No related merge requests found
......@@ -27,3 +27,4 @@ Large Supply + mech. clutch , 800 , 800 , 700
Large Supply + ESS + AMS , 1100 , 1000 , 1000 , 1000 , 1000
Large Supply + visco clutch + AMS , 800 , 800 , 800 , 800 , 700
Large Supply + mech. clutch + AMS , 300 , 500 , 500 , 500 , 400
Vacuum pump , 190 , 160 , 130 , 130 , 130
......@@ -350,6 +350,7 @@ namespace TUGraz.VectoCore.Tests.Models.Declaration
TestCase("Large Supply + ESS + AMS", new[] { 1100, 1000, 1000, 1000, 1000 }),
TestCase("Large Supply + visco clutch + AMS", new[] { 800, 800, 800, 800, 700 }),
TestCase("Large Supply + mech. clutch + AMS", new[] { 300, 500, 500, 500, 400 }),
TestCase("Vacuum pump", new[] { 190, 160, 130, 130, 130 }),
]
public void AuxPneumaticSystemTest(string technology, int[] expected)
{
......
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