Skip to content

Commit

Permalink
Switched to smaller images to improve test performance
Browse files Browse the repository at this point in the history
  • Loading branch information
kcharwood committed Feb 8, 2016
1 parent ed39be2 commit 124811e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Tests/Tests/AFImageDownloaderTests.m
Original file line number Diff line number Diff line change
Expand Up @@ -345,11 +345,11 @@ - (void)testThatCancellingDownloadWithMultipleResponseHandlersCancelsFirstYetAll

- (void)testThatItCanDownloadAndCancelAndDownloadAgain {
NSArray *imageURLStrings = @[
@"https://static.pexels.com/photos/1562/italian-landscape-mountains-nature.jpg",
@"https://static.pexels.com/photos/397/italian-landscape-mountains-nature.jpg",
@"https://static.pexels.com/photos/2698/dawn-landscape-mountains-nature.jpg",
@"https://static.pexels.com/photos/2946/dawn-nature-sunset-trees.jpg",
@"https://static.pexels.com/photos/5021/nature-sunset-person-woman.jpg"
@"https://secure.gravatar.com/avatar/5a105e8b9d40e1329780d62ea2265d8a?d=identicon",
@"https://secure.gravatar.com/avatar/6a105e8b9d40e1329780d62ea2265d8a?d=identicon",
@"https://secure.gravatar.com/avatar/7a105e8b9d40e1329780d62ea2265d8a?d=identicon",
@"https://secure.gravatar.com/avatar/8a105e8b9d40e1329780d62ea2265d8a?d=identicon",
@"https://secure.gravatar.com/avatar/9a105e8b9d40e1329780d62ea2265d8a?d=identicon"
];

for (NSString *imageURLString in imageURLStrings) {
Expand Down

0 comments on commit 124811e

Please sign in to comment.