summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2018-10-04 15:00:00 -0400
committerNicoleYarroch <nicole@livio.io>2018-10-04 15:00:00 -0400
commitfe4caedcd8eb57c49c6dad257d3dfdb1f993583f (patch)
tree27dd25e4db12d19e8f63156dea95bb221d7d6eee
parente070a48fa98082563f364e18d7440594ec4bd88a (diff)
downloadsdl_ios-fe4caedcd8eb57c49c6dad257d3dfdb1f993583f.tar.gz
Removed SDLLifecycleConfigurationUpdateSpec from the project
Removed the SDLLifecycleConfigurationUpdateSpec.m file from the project Signed-off-by: NicoleYarroch <nicole@livio.io>
-rw-r--r--SmartDeviceLink-iOS.xcodeproj/project.pbxproj4
-rw-r--r--SmartDeviceLinkTests/SDLLifecycleConfigurationUpdateSpec.m76
2 files changed, 0 insertions, 80 deletions
diff --git a/SmartDeviceLink-iOS.xcodeproj/project.pbxproj b/SmartDeviceLink-iOS.xcodeproj/project.pbxproj
index 40dd9c88b..5d71a3f1d 100644
--- a/SmartDeviceLink-iOS.xcodeproj/project.pbxproj
+++ b/SmartDeviceLink-iOS.xcodeproj/project.pbxproj
@@ -1254,7 +1254,6 @@
88B3BFA220DA911E00943565 /* SDLFuelRangeSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 88B3BFA120DA911E00943565 /* SDLFuelRangeSpec.m */; };
88B848C31F45E1A600DED768 /* TestResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 88B848C21F45E1A600DED768 /* TestResponse.m */; };
88B848C91F462E3600DED768 /* TestFileProgressResponse.m in Sources */ = {isa = PBXBuildFile; fileRef = 88B848C81F462E3600DED768 /* TestFileProgressResponse.m */; };
- 88C6816A21668C57001885EB /* SDLLifecycleConfigurationUpdateSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 88C6816921668C57001885EB /* SDLLifecycleConfigurationUpdateSpec.m */; };
88D2AAE41F682BB20078D5B2 /* SDLLogConstantsSpec.m in Sources */ = {isa = PBXBuildFile; fileRef = 88D2AAE31F682BB20078D5B2 /* SDLLogConstantsSpec.m */; };
88EED8381F33AE1700E6C42E /* SDLHapticRect.h in Headers */ = {isa = PBXBuildFile; fileRef = 88EED8361F33AE1700E6C42E /* SDLHapticRect.h */; settings = {ATTRIBUTES = (Public, ); }; };
88EED8391F33AE1700E6C42E /* SDLHapticRect.m in Sources */ = {isa = PBXBuildFile; fileRef = 88EED8371F33AE1700E6C42E /* SDLHapticRect.m */; };
@@ -2755,7 +2754,6 @@
88B848C21F45E1A600DED768 /* TestResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TestResponse.m; sourceTree = "<group>"; };
88B848C71F462E3600DED768 /* TestFileProgressResponse.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = TestFileProgressResponse.h; sourceTree = "<group>"; };
88B848C81F462E3600DED768 /* TestFileProgressResponse.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = TestFileProgressResponse.m; sourceTree = "<group>"; };
- 88C6816921668C57001885EB /* SDLLifecycleConfigurationUpdateSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDLLifecycleConfigurationUpdateSpec.m; sourceTree = "<group>"; };
88D2AAE31F682BB20078D5B2 /* SDLLogConstantsSpec.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDLLogConstantsSpec.m; sourceTree = "<group>"; };
88EED8361F33AE1700E6C42E /* SDLHapticRect.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = SDLHapticRect.h; sourceTree = "<group>"; };
88EED8371F33AE1700E6C42E /* SDLHapticRect.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = SDLHapticRect.m; sourceTree = "<group>"; };
@@ -3459,7 +3457,6 @@
5D1654541D3E753100554D93 /* Lifecycle */ = {
isa = PBXGroup;
children = (
- 88C6816921668C57001885EB /* SDLLifecycleConfigurationUpdateSpec.m */,
5D1654551D3E754F00554D93 /* SDLLifecycleManagerSpec.m */,
5D60DF23202B7A80001EDA01 /* SDLAsynchronousRPCRequestOperationSpec.m */,
5D60DF25202B7A97001EDA01 /* SDLSequentialRPCRequestOperationSpec.m */,
@@ -6997,7 +6994,6 @@
162E83761A9BDE8B00906325 /* SDLChoiceSpec.m in Sources */,
162E83571A9BDE8B00906325 /* SDLGetDTCsResponseSpec.m in Sources */,
5D4346471E6F0BDA00B639C6 /* SDLLogFileModuleSpec.m in Sources */,
- 88C6816A21668C57001885EB /* SDLLifecycleConfigurationUpdateSpec.m in Sources */,
1EE8C4581F387ABD00FDC2CF /* SDLButtonPressResponseSpec.m in Sources */,
5DA23FF61F2FAA31009C0313 /* SDLControlFramePayloadRPCStartServiceSpec.m in Sources */,
162E83201A9BDE8B00906325 /* SDLOnVehicleDataSpec.m in Sources */,
diff --git a/SmartDeviceLinkTests/SDLLifecycleConfigurationUpdateSpec.m b/SmartDeviceLinkTests/SDLLifecycleConfigurationUpdateSpec.m
deleted file mode 100644
index 59786be57..000000000
--- a/SmartDeviceLinkTests/SDLLifecycleConfigurationUpdateSpec.m
+++ /dev/null
@@ -1,76 +0,0 @@
-//
-// SDLLifecycleConfigurationUpdateSpec.m
-// SmartDeviceLinkTests
-//
-// Created by Nicole on 7/25/18.
-// Copyright © 2018 smartdevicelink. All rights reserved.
-//
-
-#import <Quick/Quick.h>
-#import <Nimble/Nimble.h>
-
-#import "SDLLifecycleConfigurationUpdate.h"
-#import "SDLTTSChunk.h"
-
-QuickSpecBegin(SDLLifecycleConfigurationUpdateSpec)
-
-describe(@"A lifecycle configuration update", ^{
- __block SDLLifecycleConfigurationUpdate *update = nil;
-
- describe(@"Created with the default init", ^{
- beforeEach(^{
- update = [[SDLLifecycleConfigurationUpdate alloc] init];
- });
-
- it(@"should return nil if not set", ^{
- expect(update.appName).to(beNil());
- expect(update.shortAppName).to(beNil());
- expect(update.ttsName).to(beNil());
- expect(update.voiceRecognitionCommandNames).to(beNil());
- });
-
- it(@"should set and get correctly", ^{
- NSString *testAppName = @"Some Test String";
- NSString *testShortAppName = @"Short";
- NSArray<SDLTTSChunk *> *testTTSName = [SDLTTSChunk textChunksFromString:@"Some TTS String"];
- NSArray<NSString *> *testVRCommandNames = @[@"VR Command One", @"VR Command Two"];
-
- update.appName = testAppName;
- update.shortAppName = testShortAppName;
- update.ttsName = testTTSName;
- update.voiceRecognitionCommandNames = testVRCommandNames;
-
- expect(update.appName).to(equal(testAppName));
- expect(update.shortAppName).to(equal(testShortAppName));
- expect(update.ttsName).to(equal(testTTSName));
- expect(update.voiceRecognitionCommandNames).to(equal(testVRCommandNames));
- });
- });
-
- describe(@"Created with the default debug initalizer", ^{
- it(@"should have set all properties correctly", ^{
- NSString *testAppName = @"Test App Name";
- NSString *testShortAppName = @"Short";
- NSArray<SDLTTSChunk *> *testTTSName = [SDLTTSChunk textChunksFromString:@"Some TTS String"];
- NSArray<NSString *> *testVRCommandNames = @[@"VR Command One", @"VR Command Two"];
-
- update = [[SDLLifecycleConfigurationUpdate alloc] initWithAppName:testAppName shortAppName:testShortAppName ttsName:testTTSName voiceRecognitionCommandNames:testVRCommandNames];
-
- expect(update.appName).to(equal(testAppName));
- expect(update.shortAppName).to(equal(testShortAppName));
- expect(update.ttsName).to(equal(testTTSName));
- expect(update.voiceRecognitionCommandNames).to(equal(testVRCommandNames));
- });
-
- it(@"should have left all properties as nil if no parameters set", ^{
- update = [[SDLLifecycleConfigurationUpdate alloc] initWithAppName:nil shortAppName:nil ttsName:nil voiceRecognitionCommandNames:nil];
-
- expect(update.appName).to(beNil());
- expect(update.shortAppName).to(beNil());
- expect(update.ttsName).to(beNil());
- expect(update.voiceRecognitionCommandNames).to(beNil());
- });
- });
-});
-
-QuickSpecEnd