Updating API names for network range and memory culling before ASDK 1.2 tag.

This commit is contained in:
Scott Goodson
2015-05-21 22:43:38 -10:00
parent 38ecededaa
commit e3f0e66cb3
10 changed files with 50 additions and 47 deletions

View File

@@ -42,6 +42,7 @@
XCTAssert([context isCancelled], @"Context should be cancelled");
}
/* This test is currently unreliable. See https://github.com/facebook/AsyncDisplayKit/issues/459
- (void)testAsyncContextInvalidation
{
NSURL *url = [self randomURL];
@@ -56,6 +57,7 @@
[context cancel];
[self waitForExpectationsWithTimeout:30.0 handler:nil];
}
*/
- (void)testContextSessionCanceled
{