From 5a97c4dbeabb6943a26370b6c8e5d5760bacd767 Mon Sep 17 00:00:00 2001 From: Markus Quaritsch <markus.quaritsch@tugraz.at> Date: Wed, 29 Jan 2020 14:21:19 +0100 Subject: [PATCH] updating testdata: new actuations-map format --- .../testPneumaticActuationsMap_GOODMAP.apac | 35 ++++--------------- ...aticActuationsMap_INVALIDCONSUMERNAME.apac | 22 ++++-------- ...eumaticActuationsMap_INVALIDCYCLENAME.apac | 22 ++++-------- ...aticActuationsMap_INVALIDINTEGERVALUE.apac | 22 ++++-------- 4 files changed, 24 insertions(+), 77 deletions(-) diff --git a/VECTOAux/VectoAuxiliariesTests/TestFiles/testPneumaticActuationsMap_GOODMAP.apac b/VECTOAux/VectoAuxiliariesTests/TestFiles/testPneumaticActuationsMap_GOODMAP.apac index 3ec2b1b98d..dc2724bf3a 100644 --- a/VECTOAux/VectoAuxiliariesTests/TestFiles/testPneumaticActuationsMap_GOODMAP.apac +++ b/VECTOAux/VectoAuxiliariesTests/TestFiles/testPneumaticActuationsMap_GOODMAP.apac @@ -1,29 +1,6 @@ -ConsumerName, CycleName, Actuations -Brakes,Heavy urban,191 -Brakes,Urban,153 -Brakes,Suburban,49 -Brakes,Interurban,190 -Brakes,Coach,27 -Brakes,UnknownCycleName,0 -Brakes,TESTCYCLE,153 -Park brake + 2 doors,Heavy urban,82 -Park brake + 2 doors,Urban,75 -Park brake + 2 doors,Suburban,25 -Park brake + 2 doors,Interurban,9 -Park brake + 2 doors,Coach,6 -Park brake + 2 doors,UnknownCycleName,0 -Park brake + 2 doors,TESTCYCLE,24 -Kneeling,Heavy urban,27 -Kneeling,Urban,25 -Kneeling,Suburban,6 -Kneeling,Interurban,0 -Kneeling,Coach,0 -Kneeling,UnknownCycleName,0 -Kneeling,TESTCYCLE,25 -CycleTime,Heavy urban,8912 -CycleTime,Urban,3114 -CycleTime,Suburban,3283 -CycleTime,Interurban,12962 -CycleTime,Coach,15086 -CycleTime,UnknownCycleName,3600 -CycleTime,TESTCYCLE,1000 \ No newline at end of file +CycleName , Brakes , Park brake + 2 doors , Kneeling , CycleTime +Heavy urban , 191 , 82 , 68 , 8912 +Urban , 153 , 75 , 58 , 8149 +Suburban , 49 , 25 , 6 , 3283 +Interurban , 190 , 9 , 0 , 12962 +Coach , 27 , 6 , 0 , 15086 \ No newline at end of file diff --git a/VECTOAux/VectoAuxiliariesTests/TestFiles/testPneumaticActuationsMap_INVALIDCONSUMERNAME.apac b/VECTOAux/VectoAuxiliariesTests/TestFiles/testPneumaticActuationsMap_INVALIDCONSUMERNAME.apac index 549bd24f49..68bf2b2653 100644 --- a/VECTOAux/VectoAuxiliariesTests/TestFiles/testPneumaticActuationsMap_INVALIDCONSUMERNAME.apac +++ b/VECTOAux/VectoAuxiliariesTests/TestFiles/testPneumaticActuationsMap_INVALIDCONSUMERNAME.apac @@ -1,16 +1,6 @@ -ConsumerName, CycleName, Actuations -Brakes,Heavy urban,191 -,Urban,153 -Brakes,Suburban,49 -Brakes,Inerurban,190 -Brakes,Coach,27 -Park break + 2 doors,Heavy urban,82 -Park break + 2 doors,Urban,75 -Park break + 2 doors,Suburban,25 -Park break + 2 doors,Inerurban,9 -Park break + 2 doors,Coach,6 -Kneeling,Heavy urban,27 -Kneeling,Urban,25 -Kneeling,Suburban,6 -Kneeling,Inerurban,0 -Kneeling,Coach,0 \ No newline at end of file +CycleName , BrakesFoo , Park brake + 2 doors , Kneeling , CycleTime +Heavy urban , 191 , 82 , 68 , 8912 +Urban , 153 , 75 , 58 , 8149 +Suburban , 49 , 25 , 6 , 3283 +Interurban , 190 , 9 , 0 , 12962 +Coach , 27 , 6 , 0 , 15086 \ No newline at end of file diff --git a/VECTOAux/VectoAuxiliariesTests/TestFiles/testPneumaticActuationsMap_INVALIDCYCLENAME.apac b/VECTOAux/VectoAuxiliariesTests/TestFiles/testPneumaticActuationsMap_INVALIDCYCLENAME.apac index 5b0d0c2f25..47015d3af6 100644 --- a/VECTOAux/VectoAuxiliariesTests/TestFiles/testPneumaticActuationsMap_INVALIDCYCLENAME.apac +++ b/VECTOAux/VectoAuxiliariesTests/TestFiles/testPneumaticActuationsMap_INVALIDCYCLENAME.apac @@ -1,16 +1,6 @@ -ConsumerName, CycleName, Actuations -Brakes,,191 -Brakes,,153 -Brakes,Suburban,49 -Brakes,Inerurban,190 -Brakes,Coach,27 -Park break + 2 doors,Heavy urban,82 -Park break + 2 doors,Urban,75 -Park break + 2 doors,Suburban,25 -Park break + 2 doors,Inerurban,9 -Park break + 2 doors,Coach,6 -Kneeling,Heavy urban,27 -Kneeling,Urban,25 -Kneeling,Suburban,6 -Kneeling,Inerurban,0 -Kneeling,Coach,0 \ No newline at end of file +CycleName , Brakes , Park brake + 2 doors , Kneeling , CycleTime +Heavy urban , 191 , 82 , 68 , 8912 +UrbanFoo , 153 , 75 , 58 , 8149 +Suburban , 49 , 25 , 6 , 3283 +Interurban , 190 , 9 , 0 , 12962 +Coach , 27 , 6 , 0 , 15086 \ No newline at end of file diff --git a/VECTOAux/VectoAuxiliariesTests/TestFiles/testPneumaticActuationsMap_INVALIDINTEGERVALUE.apac b/VECTOAux/VectoAuxiliariesTests/TestFiles/testPneumaticActuationsMap_INVALIDINTEGERVALUE.apac index eddd8dfaa0..b6bbb68d43 100644 --- a/VECTOAux/VectoAuxiliariesTests/TestFiles/testPneumaticActuationsMap_INVALIDINTEGERVALUE.apac +++ b/VECTOAux/VectoAuxiliariesTests/TestFiles/testPneumaticActuationsMap_INVALIDINTEGERVALUE.apac @@ -1,16 +1,6 @@ -ConsumerName, CycleName, Actuations -Brakes,Heavy urban,191.3 -Brakes,Urban,153 -Brakes,Suburban,49 -Brakes,Interurban,190 -Brakes,Coach,27 -Park break + 2 doors,Heavy urban,82 -Park break + 2 doors,Urban,75 -Park break + 2 doors,Suburban,25 -Park break + 2 doors,Interurban,9 -Park break + 2 doors,Coach,6 -Kneeling,Heavy urban,27 -Kneeling,Urban,25 -Kneeling,Suburban,6 -Kneeling,Interurban,0 -Kneeling,Coach,0 \ No newline at end of file +CycleName , Brakes , Park brake + 2 doors , Kneeling , CycleTime +Heavy urban , 191.5 , 82 , 68 , 8912 +UrbanFoo , 153 , 75 , 58 , 8149 +Suburban , 49 , 25 , 6 , 3283 +Interurban , 190 , 9 , 0 , 12962 +Coach , 27 , 6 , 0 , 15086 \ No newline at end of file -- GitLab