Code cleanup

This commit is contained in:
michael starke
2014-02-23 20:22:59 +01:00
parent 4db333fbc5
commit 1122cfbbde
7 changed files with 140 additions and 69 deletions

View File

@@ -44,7 +44,6 @@
NSBitmapImageRep *bitmapRep = (NSBitmapImageRep *)imageRep;
NSData *pngData = [bitmapRep representationUsingType:NSPNGFileType properties:nil];
XCTAssertTrue([pngData isEqualToData:_imageData], @"Image and PNG data shoudl be identical");
}
@end