368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
|
#if defined(OF_WII) && defined(OF_HAVE_FILES)
[[OFFileManager defaultManager]
changeCurrentDirectoryPath: @"/apps/objfw-tests"];
#endif
[self dataTests];
[self dictionaryTests];
[self listTests];
[self valueTests];
[self streamTests];
[self memoryStreamTests];
[self XMLParserTests];
[self XMLNodeTests];
[OFStdOut reset];
|
<
|
368
369
370
371
372
373
374
375
376
377
378
379
380
381
|
#if defined(OF_WII) && defined(OF_HAVE_FILES)
[[OFFileManager defaultManager]
changeCurrentDirectoryPath: @"/apps/objfw-tests"];
#endif
[self dataTests];
[self dictionaryTests];
[self valueTests];
[self streamTests];
[self memoryStreamTests];
[self XMLParserTests];
[self XMLNodeTests];
[OFStdOut reset];
|