ObjFW  Diff

Differences From Artifact [82ed4031a9]:

To Artifact [b5b1833cad]:


156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
}

- (void)testFastEnumeration
{
	size_t i = 0;

	for (OFString *object in _array) {
		OTAssert(i < 3);
		OTAssertEqualObjects(object, cArray[i++]);
	}
}

- (void)testComponentsJoinedByString
{
	OFArray *array;







|







156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
}

- (void)testFastEnumeration
{
	size_t i = 0;

	for (OFString *object in _array) {
		OTAssertLessThan(i, 3);
		OTAssertEqualObjects(object, cArray[i++]);
	}
}

- (void)testComponentsJoinedByString
{
	OFArray *array;