@@ -90,7 +90,11 @@ OFOutOfRangeException, [a[0] objectAtIndex: [a[0] count]]) EXPECT_EXCEPTION(@"Detect out of range in -[removeNItems:]", OFOutOfRangeException, [a[0] removeNObjects: [a[0] count] + 1]) + a[0] = [OFArray arrayWithObjects: @"foo", @"bar", @"baz", nil]; + TEST(@"-[componentsJoinedByString:]", + [[a[0] componentsJoinedByString: @" "] isEqual: @"foo bar baz"]) + [pool drain]; }