From 0a7672767748f104919b100c6fc64b05b911434e Mon Sep 17 00:00:00 2001 From: Filipp Lepalaan Date: Thu, 21 Jul 2011 08:53:06 +0300 Subject: Initial Commit --- DrexTests/DrexTests-Info.plist | 22 ++++++++++++++++++++++ DrexTests/DrexTests.h | 13 +++++++++++++ DrexTests/DrexTests.m | 32 ++++++++++++++++++++++++++++++++ DrexTests/en.lproj/InfoPlist.strings | 2 ++ 4 files changed, 69 insertions(+) create mode 100644 DrexTests/DrexTests-Info.plist create mode 100644 DrexTests/DrexTests.h create mode 100644 DrexTests/DrexTests.m create mode 100644 DrexTests/en.lproj/InfoPlist.strings (limited to 'DrexTests') diff --git a/DrexTests/DrexTests-Info.plist b/DrexTests/DrexTests-Info.plist new file mode 100644 index 0000000..ceb5578 --- /dev/null +++ b/DrexTests/DrexTests-Info.plist @@ -0,0 +1,22 @@ + + + + + CFBundleDevelopmentRegion + en + CFBundleExecutable + ${EXECUTABLE_NAME} + CFBundleIdentifier + com.github.filipp.${PRODUCT_NAME:rfc1034identifier} + CFBundleInfoDictionaryVersion + 6.0 + CFBundlePackageType + BNDL + CFBundleShortVersionString + 1.0 + CFBundleSignature + ???? + CFBundleVersion + 1 + + diff --git a/DrexTests/DrexTests.h b/DrexTests/DrexTests.h new file mode 100644 index 0000000..20ce342 --- /dev/null +++ b/DrexTests/DrexTests.h @@ -0,0 +1,13 @@ +// +// DrexTests.h +// DrexTests +// +// Created by Filipp Lepalaan on 21.7.2011. +// Copyright 2011 __MyCompanyName__. All rights reserved. +// + +#import + +@interface DrexTests : SenTestCase + +@end diff --git a/DrexTests/DrexTests.m b/DrexTests/DrexTests.m new file mode 100644 index 0000000..f1d625c --- /dev/null +++ b/DrexTests/DrexTests.m @@ -0,0 +1,32 @@ +// +// DrexTests.m +// DrexTests +// +// Created by Filipp Lepalaan on 21.7.2011. +// Copyright 2011 __MyCompanyName__. All rights reserved. +// + +#import "DrexTests.h" + +@implementation DrexTests + +- (void)setUp +{ + [super setUp]; + + // Set-up code here. +} + +- (void)tearDown +{ + // Tear-down code here. + + [super tearDown]; +} + +- (void)testExample +{ + STFail(@"Unit tests are not implemented yet in DrexTests"); +} + +@end diff --git a/DrexTests/en.lproj/InfoPlist.strings b/DrexTests/en.lproj/InfoPlist.strings new file mode 100644 index 0000000..477b28f --- /dev/null +++ b/DrexTests/en.lproj/InfoPlist.strings @@ -0,0 +1,2 @@ +/* Localized versions of Info.plist keys */ + -- cgit v1.2.3