ObjFW  Check-in [1bc0e98941]

Overview
Comment:tests: Remove obsolete #ifdef OF_HAVE_FILES
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: 1bc0e989414fbe8e6324a5b23942cdf745946fc0997e94cfddc87cbff0bf023a
User & Date: js on 2022-08-02 20:39:21
Other Links: manifest | tags
Context
2022-08-02
20:41
tests/Makefile: Fix merge conflict check-in: 429d906266 user: js tags: trunk
20:39
tests: Remove obsolete #ifdef OF_HAVE_FILES check-in: 1bc0e98941 user: js tags: trunk
20:34
Add initial Wii U support check-in: 545c9c48bb user: js tags: trunk
Changes

Modified tests/TestsAppDelegate.m from [6b190bde06] to [c0318f8a2b].

388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
388
389
390
391
392
393
394

395
396
397
398
399
400
401
402

403
404
405
406
407
408
409







-








-







	[self setTests];
	[self dateTests];
	[self valueTests];
	[self numberTests];
	[self streamTests];
	[self memoryStreamTests];
	[self notificationCenterTests];
#ifdef OF_HAVE_FILES
	[self MD5HashTests];
	[self RIPEMD160HashTests];
	[self SHA1HashTests];
	[self SHA224HashTests];
	[self SHA256HashTests];
	[self SHA384HashTests];
	[self SHA512HashTests];
	[self HMACTests];
#endif
	[self PBKDF2Tests];
	[self scryptTests];
#if defined(OF_HAVE_FILES) && defined(HAVE_CODEPAGE_437)
	[self INIFileTests];
#endif
#ifdef OF_HAVE_SOCKETS
	[self socketTests];
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
430
431
432
433
434
435
436

437

438
439
440
441
442
443
444







-

-







#ifdef OF_HAVE_SOCKETS
	[self HTTPCookieTests];
	[self HTTPCookieManagerTests];
#endif
	[self XMLParserTests];
	[self XMLNodeTests];
	[self XMLElementBuilderTests];
#ifdef OF_HAVE_FILES
	[self serializationTests];
#endif
	[self JSONTests];
	[self propertyListTests];
#if defined(OF_HAVE_PLUGINS)
	[self pluginTests];
#endif
#ifdef OF_WINDOWS
	[self windowsRegistryKeyTests];