summaryrefslogtreecommitdiff
path: root/SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLSoftButtonSpec.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLSoftButtonSpec.m')
-rw-r--r--SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLSoftButtonSpec.m14
1 files changed, 7 insertions, 7 deletions
diff --git a/SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLSoftButtonSpec.m b/SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLSoftButtonSpec.m
index c9e766a65..1451cd94d 100644
--- a/SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLSoftButtonSpec.m
+++ b/SmartDeviceLinkTests/RPCSpecs/StructSpecs/SDLSoftButtonSpec.m
@@ -39,12 +39,12 @@ describe(@"Getter/Setter Tests", ^ {
});
it(@"Should get correctly when initialized", ^ {
- NSMutableDictionary* dict = [@{NAMES_type:[SDLSoftButtonType IMAGE],
- NAMES_text:@"Button",
- NAMES_image:image,
- NAMES_isHighlighted:@YES,
- NAMES_softButtonID:@5423,
- NAMES_systemAction:[SDLSystemAction KEEP_CONTEXT]} mutableCopy];
+ NSMutableDictionary* dict = [@{SDLNameType:[SDLSoftButtonType IMAGE],
+ SDLNameText:@"Button",
+ SDLNameImage:image,
+ SDLNameIsHighlighted:@YES,
+ SDLNameSoftButtonId:@5423,
+ SDLNameSystemAction:[SDLSystemAction KEEP_CONTEXT]} mutableCopy];
SDLSoftButton* testStruct = [[SDLSoftButton alloc] initWithDictionary:dict];
expect(testStruct.type).to(equal([SDLSoftButtonType IMAGE]));
@@ -67,4 +67,4 @@ describe(@"Getter/Setter Tests", ^ {
});
});
-QuickSpecEnd \ No newline at end of file
+QuickSpecEnd