Remove fixme from test

This commit is contained in:
Levi McCallum
2015-11-30 06:54:51 -08:00
parent cd78bcce99
commit 9d327cd14f

View File

@@ -88,7 +88,6 @@ static BOOL CGSizeEqualToSizeWithIn(CGSize size1, CGSize size2, CGFloat delta)
{
NSAttributedString *truncation = [[NSAttributedString alloc] initWithString:@"..." attributes:nil];
_textNode.truncationAttributedString = truncation;
// FIXME: The updated renderer applies style to the attributed string internally, thus this test fails
XCTAssertTrue([_textNode.truncationAttributedString isEqualToAttributedString:truncation], @"Failed to set truncation message");
}