Differences From Artifact [30593ddc73]:
- File tests/TestsAppDelegate.h — part of check-in [aa0384d1bf] at 2018-07-28 18:45:36 on branch trunk — Rename OFLocalization -> OFLocale (user: js, size: 5539) [annotate] [blame] [check-ins using]
To Artifact [f163cc51a8]:
- File
tests/TestsAppDelegate.h
— part of check-in
[ab9810ef69]
at
2018-08-06 22:34:30
on branch trunk
— socket.m: Replace inet_{ntop,pton} with own impl
Not all OSes supported by ObjFW provide them. (user: js, size: 5608) [annotate] [blame] [check-ins using]
| ︙ | ︙ | |||
263 264 265 266 267 268 269 |
<OFXMLParserDelegate, OFXMLElementBuilderDelegate>
- (void)XMLParserTests;
@end
@interface TestsAppDelegate (PBKDF2Tests)
- (void)PBKDF2Tests;
@end
| > > > > | 263 264 265 266 267 268 269 270 271 272 273 |
<OFXMLParserDelegate, OFXMLElementBuilderDelegate>
- (void)XMLParserTests;
@end
@interface TestsAppDelegate (PBKDF2Tests)
- (void)PBKDF2Tests;
@end
@interface TestsAppDelegate (SocketTests)
- (void)socketTests;
@end
|