summaryrefslogtreecommitdiff
path: root/SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLAlertSpec.m
diff options
context:
space:
mode:
Diffstat (limited to 'SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLAlertSpec.m')
-rw-r--r--SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLAlertSpec.m24
1 files changed, 12 insertions, 12 deletions
diff --git a/SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLAlertSpec.m b/SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLAlertSpec.m
index b5725e168..1e6bd589c 100644
--- a/SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLAlertSpec.m
+++ b/SmartDeviceLinkTests/RPCSpecs/RequestSpecs/SDLAlertSpec.m
@@ -42,17 +42,17 @@ describe(@"Getter/Setter Tests", ^ {
});
it(@"Should get correctly when initialized", ^ {
- NSMutableDictionary* dict = [@{NAMES_request:
- @{NAMES_parameters:
- @{NAMES_alertText1:@"alert#1",
- NAMES_alertText2:@"alert#2",
- NAMES_alertText3:@"alert#3",
- NAMES_ttsChunks:[@[tts] mutableCopy],
- NAMES_duration:@4357,
- NAMES_playTone:@YES,
- NAMES_progressIndicator:@NO,
- NAMES_softButtons:[@[button] mutableCopy]},
- NAMES_operation_name:NAMES_Alert}} mutableCopy];
+ NSMutableDictionary* dict = [@{SDLNameRequest:
+ @{SDLNameParameters:
+ @{SDLNameAlertText1:@"alert#1",
+ SDLNameAlertText2:@"alert#2",
+ SDLNameAlertText3:@"alert#3",
+ SDLNameTtsChunks:[@[tts] mutableCopy],
+ SDLNameDuration:@4357,
+ SDLNamePlayTone:@YES,
+ SDLNameProgressIndicator:@NO,
+ SDLNameSoftButtons:[@[button] mutableCopy]},
+ SDLNameOperationName:SDLNameAlert}} mutableCopy];
SDLAlert* testRequest = [[SDLAlert alloc] initWithDictionary:dict];
expect(testRequest.alertText1).to(equal(@"alert#1"));
@@ -79,4 +79,4 @@ describe(@"Getter/Setter Tests", ^ {
});
});
-QuickSpecEnd \ No newline at end of file
+QuickSpecEnd