summaryrefslogtreecommitdiff
path: root/SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLSubscribeVehicleDataSpec.m
diff options
context:
space:
mode:
authorMuller, Alexander (A.) <amulle19@ford.com>2016-09-22 12:20:27 -0700
committerMuller, Alexander (A.) <amulle19@ford.com>2016-09-22 12:20:27 -0700
commitea5beb16a7c759c31e5e52c2de7f94924d10fa11 (patch)
tree9146a2160a6a56b747ab3867607eea4a6b7d91c9 /SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLSubscribeVehicleDataSpec.m
parent9ea32a7550ae714fbb42a85fd27067ac2c5410d7 (diff)
downloadsdl_ios-ea5beb16a7c759c31e5e52c2de7f94924d10fa11.tar.gz
Updated naming of some constant.
Diffstat (limited to 'SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLSubscribeVehicleDataSpec.m')
-rw-r--r--SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLSubscribeVehicleDataSpec.m8
1 files changed, 4 insertions, 4 deletions
diff --git a/SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLSubscribeVehicleDataSpec.m b/SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLSubscribeVehicleDataSpec.m
index 289d1b344..25af6ca52 100644
--- a/SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLSubscribeVehicleDataSpec.m
+++ b/SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLSubscribeVehicleDataSpec.m
@@ -71,14 +71,14 @@ describe(@"Getter/Setter Tests", ^ {
it(@"Should get correctly when initialized", ^ {
NSMutableDictionary* dict = [@{SDLNameRequest:
@{SDLNameParameters:
- @{SDLNameGps:@YES,
+ @{SDLNameGPS:@YES,
SDLNameSpeed:@NO,
- SDLNameRpm:@YES,
+ SDLNameRPM:@YES,
SDLNameFuelLevel:@NO,
SDLNameFuelLevelState:@YES,
SDLNameInstantFuelConsumption:@NO,
SDLNameExternalTemperature:@YES,
- SDLNamePrndl:@YES,
+ SDLNamePRNDL:@YES,
SDLNameTirePressure:@NO,
SDLNameOdometer:@YES,
SDLNameBeltStatus:@NO,
@@ -88,7 +88,7 @@ describe(@"Getter/Setter Tests", ^ {
SDLNameWiperStatus:@NO,
SDLNameHeadLampStatus:@YES,
SDLNameEngineTorque:@NO,
- SDLNameAccPedalPosition:@YES,
+ SDLNameAccelerationPedalPosition:@YES,
SDLNameSteeringWheelAngle:@NO,
SDLNameECallInfo:@YES,
SDLNameAirbagStatus:@NO,