summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2020-06-25 11:07:33 -0400
committerNicoleYarroch <nicole@livio.io>2020-06-25 11:07:33 -0400
commitb9ed3c0bfb3ade745c27ceaf963ca7e7ccf04e66 (patch)
treef6b4e80baa12e719fcde5348da78ce0f2a92ccfe
parent5fb0ecbcf369effb2ab96fdcbfa3b4d96a1cdb6d (diff)
downloadsdl_ios-bugfix/issue_1696_soft_button_image_upload_fails.tar.gz
Signed-off-by: NicoleYarroch <nicole@livio.io>
-rw-r--r--SmartDeviceLinkTests/SDLSoftButtonReplaceOperationSpec.m2
1 files changed, 0 insertions, 2 deletions
diff --git a/SmartDeviceLinkTests/SDLSoftButtonReplaceOperationSpec.m b/SmartDeviceLinkTests/SDLSoftButtonReplaceOperationSpec.m
index 8b057b511..623ec427c 100644
--- a/SmartDeviceLinkTests/SDLSoftButtonReplaceOperationSpec.m
+++ b/SmartDeviceLinkTests/SDLSoftButtonReplaceOperationSpec.m
@@ -101,8 +101,6 @@ describe(@"a soft button replace operation", ^{
object2State2 = [[SDLSoftButtonState alloc] initWithStateName:object2State2Name text:object2State2Text artwork:object2State2Art];
buttonWithTextAndImage = [[SDLSoftButtonObject alloc] initWithName:object2Name states:@[object2State1, object2State2] initialStateName:object2State1.name handler:^(SDLOnButtonPress * _Nullable buttonPress, SDLOnButtonEvent * _Nullable buttonEvent) {}];
- //[[SDLSoftButtonObject alloc] initWithName:object2Name state:object2State1 handler:^(SDLOnButtonPress * _Nullable buttonPress, SDLOnButtonEvent * _Nullable buttonEvent) {}];
-
object3State1Art = [[SDLArtwork alloc] initWithStaticIcon:object3State1IconName];
object3State1 = [[SDLSoftButtonState alloc] initWithStateName:object3State1Name text:object3State1Text artwork:object3State1Art];
buttonWithTextAndStaticImage = [[SDLSoftButtonObject alloc] initWithName:object3Name state:object3State1 handler:^(SDLOnButtonPress * _Nullable buttonPress, SDLOnButtonEvent * _Nullable buttonEvent) {}];