@@ -77,11 +77,11 @@ - (void)applicationDidFinishLaunching { [self objectTests]; [self stringTests]; [self fileTests]; - [self hashesTests]; + [self hashTests]; [self dataArrayTests]; [self arrayTests]; [self dictionaryTests]; [self listTests]; [self numberTests]; @@ -88,12 +88,10 @@ [self streamTests]; [self TCPSocketTests]; #ifdef OF_THREADS [self threadTests]; #endif - [self XMLElementTests]; - [self XMLParserTests]; #ifdef OF_PLUGINS [self pluginTests]; #endif #ifdef OF_HAVE_PROPERTIES [self propertiesTests];