Differences From Artifact [0c4f99bb87]:
- File
tests/TestsAppDelegate.m
— part of check-in
[5025cba435]
at
2014-01-27 22:01:46
on branch trunk
— Add OFUDPSocket
Async operations will follow later. (user: js, size: 7728) [annotate] [blame] [check-ins using]
To Artifact [cc72bf91df]:
- File tests/TestsAppDelegate.m — part of check-in [355e24465d] at 2014-02-17 18:25:00 on branch trunk — Add OFINIFile (user: js, size: 7750) [annotate] [blame] [check-ins using]
︙ | ︙ | |||
295 296 297 298 299 300 301 | [OFFile changeCurrentDirectoryPath: @"/apps/objfw-tests"]; #endif [self objectTests]; #ifdef OF_HAVE_BLOCKS [self blockTests]; #endif | < < < < > > > > > | 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 | [OFFile changeCurrentDirectoryPath: @"/apps/objfw-tests"]; #endif [self objectTests]; #ifdef OF_HAVE_BLOCKS [self blockTests]; #endif [self stringTests]; [self dataArrayTests]; [self arrayTests]; [self dictionaryTests]; [self listTests]; [self setTests]; [self dateTests]; [self numberTests]; [self streamTests]; #ifdef OF_HAVE_FILES [self MD5HashTests]; [self SHA1HashTests]; [self INIFileTests]; #endif #ifdef OF_HAVE_SOCKETS [self TCPSocketTests]; [self UDPSocketTests]; #endif #ifdef OF_HAVE_THREADS [self threadTests]; #endif |
︙ | ︙ |