Authored by Bogdan Poplauschi

Removed unneded code

@@ -22,18 +22,6 @@ @@ -22,18 +22,6 @@
22 22
23 @implementation UIImageMultiFormatTests 23 @implementation UIImageMultiFormatTests
24 24
25 -- (void)setUp  
26 -{  
27 - [super setUp];  
28 - // Put setup code here. This method is called before the invocation of each test method in the class.  
29 -}  
30 -  
31 -- (void)tearDown  
32 -{  
33 - // Put teardown code here. This method is called after the invocation of each test method in the class.  
34 - [super tearDown];  
35 -}  
36 -  
37 - (void)testImageOrientationFromImageDataWithInvalidData { 25 - (void)testImageOrientationFromImageDataWithInvalidData {
38 // sync download image 26 // sync download image
39 SEL selector = @selector(sd_imageOrientationFromImageData:); 27 SEL selector = @selector(sd_imageOrientationFromImageData:);