@@ -297,23 +297,24 @@ [self objectTests]; #ifdef OF_HAVE_BLOCKS [self blockTests]; #endif -#ifdef OF_HAVE_FILES - [self MD5HashTests]; - [self SHA1HashTests]; -#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