Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

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

correcting PTO loss data in testcase after changing declaration values

parent 51d69ab7
No related branches found
No related tags found
No related merge requests found
......@@ -334,14 +334,15 @@ namespace TUGraz.VectoCore.Tests.Models.Declaration
}
[TestCase("only the drive shaft of the PTO - shift claw, synchronizer, sliding gearwheel", 50),
TestCase("only the drive shaft of the PTO - multi-disc clutch", 1000),
TestCase("only the drive shaft of the PTO - multi-disc clutch, oil pump", 2000),
TestCase("drive shaft and/or up to 2 gear wheels - shift claw, synchronizer, sliding gearwheel", 300),
TestCase("drive shaft and/or up to 2 gear wheels - multi-disc clutch", 1500),
TestCase("drive shaft and/or up to 2 gear wheels - multi-disc clutch, oil pump", 3000),
TestCase("drive shaft and/or more than 2 gear wheels - shift claw, synchronizer, sliding gearwheel", 600),
TestCase("drive shaft and/or more than 2 gear wheels - multi-disc clutch", 2000),
TestCase("drive shaft and/or more than 2 gear wheels - multi-disc clutch, oil pump", 4000),
TestCase("only the drive shaft of the PTO - multi-disc clutch", 350),
TestCase("only the drive shaft of the PTO - multi-disc clutch, oil pump", 3000),
TestCase("drive shaft and/or up to 2 gear wheels - shift claw, synchronizer, sliding gearwheel", 150),
TestCase("drive shaft and/or up to 2 gear wheels - multi-disc clutch", 400),
TestCase("drive shaft and/or up to 2 gear wheels - multi-disc clutch, oil pump", 3050),
TestCase("drive shaft and/or more than 2 gear wheels - shift claw, synchronizer, sliding gearwheel", 200),
TestCase("drive shaft and/or more than 2 gear wheels - multi-disc clutch", 450),
TestCase("drive shaft and/or more than 2 gear wheels - multi-disc clutch, oil pump", 3100),
TestCase("PTO which includes 1 or more additional gearmesh(es), without disconnect clutch", 1500),
TestCase("only one engaged gearwheel above oil level", 0)]
public void AuxPTOTransmissionTest(string technology, double value)
{
......
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