Polish ASHierarchyState implementation, fix old comment typos, work on test breakages.

This commit is contained in:
Scott Goodson
2015-12-06 15:04:47 -08:00
parent 67aec97523
commit 271f288a19
4 changed files with 47 additions and 18 deletions

View File

@@ -1719,7 +1719,7 @@ static inline BOOL _CGPointEqualToPointWithEpsilon(CGPoint point1, CGPoint point
ASTestWindow *window = [ASTestWindow new];
[window addSubview:cellNode.view];
XCTAssert(node.hasFetchedData);
XCTAssert(node.interfaceState == ASInterfaceStateFetchData);
XCTAssert(node.interfaceState == ASInterfaceStateInHierarchy);
}
- (void)testInitWithViewClass