From 38eae1b30dc9eb65138741079737cb3e5adcc354 Mon Sep 17 00:00:00 2001 From: stuconnolly Date: Mon, 7 May 2012 11:07:44 +0000 Subject: Move the BASH command code from the string additions category to remove the dependency on SP specific code and all the tests to build successfully. --- UnitTests/SPStringAdditionsTest.h | 2 ++ UnitTests/SPStringAdditionsTest.m | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) (limited to 'UnitTests') diff --git a/UnitTests/SPStringAdditionsTest.h b/UnitTests/SPStringAdditionsTest.h index 66570b35..786df76f 100644 --- a/UnitTests/SPStringAdditionsTest.h +++ b/UnitTests/SPStringAdditionsTest.h @@ -27,4 +27,6 @@ @interface SPStringAdditionsTest : SenTestCase +- (void)testStringByRemovingCharactersInSet; + @end diff --git a/UnitTests/SPStringAdditionsTest.m b/UnitTests/SPStringAdditionsTest.m index 7f151b3a..b0143a0f 100644 --- a/UnitTests/SPStringAdditionsTest.m +++ b/UnitTests/SPStringAdditionsTest.m @@ -34,7 +34,7 @@ static NSString *SPUTFTestString = @"In der Kürze liegt die Würz"; /** * stringByRemovingCharactersInSet test case. */ -/*- (void)testStringByRemovingCharactersInSet +- (void)testStringByRemovingCharactersInSet { NSString *charsToRemove = @"abc',ü"; @@ -55,6 +55,6 @@ static NSString *SPUTFTestString = @"In der Kürze liegt die Würz"; expectedUTFString, @"The following characters should have been removed %@", charsToRemove); -}*/ +} @end -- cgit v1.2.3