Skip to content

Commit

Permalink
Initial Test Harness.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrasio committed Apr 5, 2015
1 parent a1fa472 commit f04f30a
Show file tree
Hide file tree
Showing 8 changed files with 176 additions and 190 deletions.
1 change: 1 addition & 0 deletions Tests/Acceptance
308 changes: 161 additions & 147 deletions Tokaido.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

Expand Up @@ -5,11 +5,13 @@
<key>CFBundleDevelopmentRegion</key>
<string>en</string>
<key>CFBundleExecutable</key>
<string>${EXECUTABLE_NAME}</string>
<string>$(EXECUTABLE_NAME)</string>
<key>CFBundleIdentifier</key>
<string>io.tilde.${PRODUCT_NAME:rfc1034identifier}</string>
<string>com.andrab.boleros.$(PRODUCT_NAME:rfc1034identifier)</string>
<key>CFBundleInfoDictionaryVersion</key>
<string>6.0</string>
<key>CFBundleName</key>
<string>$(PRODUCT_NAME)</string>
<key>CFBundlePackageType</key>
<string>BNDL</string>
<key>CFBundleShortVersionString</key>
Expand Down
10 changes: 10 additions & 0 deletions TokaidoAcceptanceTests/Installation.swift
@@ -0,0 +1,10 @@
import Cocoa
import XCTest

class Installation: XCTestCase {

func testAsksDeveloperForRootCredentials() {
XCTAssert(true, "Pass")
}

}
5 changes: 0 additions & 5 deletions TokaidoTests/TokaidoTests.h

This file was deleted.

32 changes: 0 additions & 32 deletions TokaidoTests/TokaidoTests.m

This file was deleted.

2 changes: 0 additions & 2 deletions TokaidoTests/en.lproj/InfoPlist.strings

This file was deleted.

2 changes: 0 additions & 2 deletions TokaidoTests/es.lproj/InfoPlist.strings

This file was deleted.

0 comments on commit f04f30a

Please sign in to comment.