Change method names in HTML5 Lib test class
Change Fixture to Dctionary
This commit is contained in:
@@ -27,7 +27,7 @@ static NSString * const HTML5LibTests = @"html5lib-tests";
|
||||
|
||||
NSMutableArray *tests = [NSMutableArray array];
|
||||
for (NSDictionary *test in jsonTests) {
|
||||
[tests addObject:[[HTML5LibTest alloc] initWithFixture:test]];
|
||||
[tests addObject:[[HTML5LibTest alloc] initWithTestDictionary:test]];
|
||||
}
|
||||
return tests;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user