Differences From Artifact [15d7c068c3]:
- File src/test/OTAppDelegate.m — part of check-in [7c8c1fd251] at 2024-02-18 19:56:00 on branch objfwtest — Make iOS Xcode project work with new tests (user: js, size: 15409) [annotate] [blame] [check-ins using] [more...]
To Artifact [e5ebae8f3e]:
- File
src/test/OTAppDelegate.m
— part of check-in
[4eea22291b]
at
2024-02-18 20:34:12
on branch trunk
— A few minor improvements
These were found by reading through the previous merge commit. (user: js, size: 15387) [annotate] [blame] [check-ins using] [more...]
︙ | ︙ | |||
491 492 493 494 495 496 497 | inClass: class status: StatusFailed description: description]; failed = true; } | > > | > > < < < < > | 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 | inClass: class status: StatusFailed description: description]; failed = true; } if (failed) numFailed++; else if (skipped) numSkipped++; else { [self printStatusForTest: test.pointerValue inClass: class status: StatusOk description: nil]; numSucceeded++; } objc_autoreleasePoolPop(pool); } summary = [class summary]; if (summary != nil) [summaries setObject: summary forKey: class]; |
︙ | ︙ |