Change HTML test's description property to "title"

This commit is contained in:
iska
2015-02-19 22:26:10 +01:00
parent 25c233eaaa
commit 4afa6d11e1
2 changed files with 4 additions and 3 deletions
+3 -2
View File
@@ -12,6 +12,7 @@
@implementation HTML5LibTest
- (instancetype)initWithTestDictionary:(NSDictionary *)dictionary
{
self = [super init];
@@ -25,8 +26,8 @@
{
BOOL doubleEscaped = [test[@"doubleEscaped"] boolValue];
// Test Description
self.description = test[@"description"];
// Test Title
self.title = test[@"description"];
// Test Input
self.input = test[@"input"];