ObjFW  Diff

Differences From Artifact [3e448c799c]:

  • File src/test/OTAppDelegate.m — part of check-in [6186d3b518] at 2024-02-11 15:18:19 on branch trunk — ObjFWTest: Use more, even nicer colors (user: js size: 5873) [more...]

To Artifact [00ea0ff31c]:

  • File src/test/OTAppDelegate.m — part of check-in [7272d5b2cd] at 2024-02-11 20:49:41 on branch objfwtest — Migrate OFArrayTests to ObjFWTest (user: js size: 5989)

97
98
99
100
101
102
103




104
105
106
107
108
109
110
				[tests addObject:
				    [OFValue valueWithPointer: selector]];
		}
	} @finally {
		OFFreeMemory(methods);
	}





	[tests makeImmutable];
	return tests;
}

- (void)printStatusForTest: (SEL)test
		   inClass: (Class)class
		    status: (int)status







>
>
>
>







97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
				[tests addObject:
				    [OFValue valueWithPointer: selector]];
		}
	} @finally {
		OFFreeMemory(methods);
	}

	if (class_getSuperclass(class) != Nil)
		[tests unionSet:
		    [self testsInClass: class_getSuperclass(class)]];

	[tests makeImmutable];
	return tests;
}

- (void)printStatusForTest: (SEL)test
		   inClass: (Class)class
		    status: (int)status