OSDN Git Service

objcのユニットテストを削除
authormasakih <masakih@users.sourceforge.jp>
Fri, 3 Feb 2017 11:47:17 +0000 (20:47 +0900)
committermasakih <masakih@users.sourceforge.jp>
Fri, 3 Feb 2017 11:47:17 +0000 (20:47 +0900)
KCD.xcodeproj/project.pbxproj
KCDTests/KCDTests.m [deleted file]

index 998f160..0814bc1 100644 (file)
                F4BDEB66187252F30069D0CE /* XCTest.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F4BDEB65187252F30069D0CE /* XCTest.framework */; };
                F4BDEB67187252F30069D0CE /* Cocoa.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F4BDEB46187252F30069D0CE /* Cocoa.framework */; };
                F4BDEB6F187252F30069D0CE /* InfoPlist.strings in Resources */ = {isa = PBXBuildFile; fileRef = F4BDEB6D187252F30069D0CE /* InfoPlist.strings */; };
-               F4BDEB71187252F30069D0CE /* KCDTests.m in Sources */ = {isa = PBXBuildFile; fileRef = F4BDEB70187252F30069D0CE /* KCDTests.m */; };
                F4BDEB7B187253130069D0CE /* WebKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = F4BDEB7A187253130069D0CE /* WebKit.framework */; };
                F4BEEE9F18D211280006F70C /* Localizable.strings in Resources */ = {isa = PBXBuildFile; fileRef = F4BEEE9D18D211280006F70C /* Localizable.strings */; };
                F4BEEFFC1B11A5A7004702B8 /* HMExternalBrowserWindowController.xib in Resources */ = {isa = PBXBuildFile; fileRef = F4BEEFFE1B11A5A7004702B8 /* HMExternalBrowserWindowController.xib */; };
                F4BDEB64187252F30069D0CE /* KCDTests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = KCDTests.xctest; sourceTree = BUILT_PRODUCTS_DIR; };
                F4BDEB65187252F30069D0CE /* XCTest.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = XCTest.framework; path = Library/Frameworks/XCTest.framework; sourceTree = DEVELOPER_DIR; };
                F4BDEB6C187252F30069D0CE /* KCDTests-Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = "KCDTests-Info.plist"; sourceTree = "<group>"; };
-               F4BDEB70187252F30069D0CE /* KCDTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = KCDTests.m; sourceTree = "<group>"; };
                F4BDEB7A187253130069D0CE /* WebKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name = WebKit.framework; path = System/Library/Frameworks/WebKit.framework; sourceTree = SDKROOT; };
                F4BEEE9E18D211280006F70C /* ja */ = {isa = PBXFileReference; fileEncoding = 10; lastKnownFileType = text.plist.strings; name = ja; path = ja.lproj/Localizable.strings; sourceTree = "<group>"; };
                F4BEEEA118D211360006F70C /* ja */ = {isa = PBXFileReference; lastKnownFileType = text; name = ja; path = ja.lproj/Localizable.strings.sed; sourceTree = "<group>"; };
                F4BDEB6A187252F30069D0CE /* KCDTests */ = {
                        isa = PBXGroup;
                        children = (
-                               F4BDEB70187252F30069D0CE /* KCDTests.m */,
                                F4BDEB6B187252F30069D0CE /* Supporting Files */,
                        );
                        path = KCDTests;
                        isa = PBXSourcesBuildPhase;
                        buildActionMask = 2147483647;
                        files = (
-                               F4BDEB71187252F30069D0CE /* KCDTests.m in Sources */,
                        );
                        runOnlyForDeploymentPostprocessing = 0;
                };
diff --git a/KCDTests/KCDTests.m b/KCDTests/KCDTests.m
deleted file mode 100644 (file)
index c0dcc17..0000000
+++ /dev/null
@@ -1,34 +0,0 @@
-//
-//  KCDTests.m
-//  KCDTests
-//
-//  Created by Hori,Masaki on 2013/12/31.
-//  Copyright (c) 2013年 Hori,Masaki. All rights reserved.
-//
-
-#import <XCTest/XCTest.h>
-
-@interface KCDTests : XCTestCase
-
-@end
-
-@implementation KCDTests
-
-- (void)setUp
-{
-    [super setUp];
-    // Put setup code here. This method is called before the invocation of each test method in the class.
-}
-
-- (void)tearDown
-{
-    // Put teardown code here. This method is called after the invocation of each test method in the class.
-    [super tearDown];
-}
-
-- (void)testExample
-{
-    XCTFail(@"No implementation for \"%s\"", __PRETTY_FUNCTION__);
-}
-
-@end