mirror of
https://github.com/HackPlan/AsyncDisplayKit.git
synced 2026-04-24 03:45:58 +08:00
Updating API names for network range and memory culling before ASDK 1.2 tag.
This commit is contained in:
@@ -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
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user