File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -122,7 +122,7 @@ + (NSXMLDocument *)collateReports:(NSMutableArray <BPXMLReport *> *)reports
122
122
for (BPXMLReport *report in sortedReports) {
123
123
[BPUtils printInfo: DEBUGINFO withString: @" MERGING REPORT: %@ " , [[report url ] path ]];
124
124
@autoreleasepool {
125
- NSXMLDocument *xmlDoc = [[NSXMLDocument alloc ] initWithContentsOfURL: [report url ] options: 0 error: &err];
125
+ NSXMLDocument *xmlDoc = [[NSXMLDocument alloc ] initWithContentsOfURL: [report url ] options: NSXMLDocumentTidyXML error: &err];
126
126
if (err) {
127
127
[BPUtils printInfo: ERROR withString: @" Failed to parse '%@ ': %@ " , [[report url ] path ], [err localizedDescription ]];
128
128
[BPUtils printInfo: ERROR withString: @" SOME TESTS MIGHT BE MISSING" ];
You can’t perform that action at this time.
0 commit comments