ObjFW  Diff

Differences From Artifact [28709e403c]:

To Artifact [d504fe249a]:


134
135
136
137
138
139
140
141
142

143
144
145
146
147
148
149
150
151
152
153
154
#ifdef OF_THREADS
	[self threadTests];
#endif
	[self URLTests];
#ifdef OF_THREADS
	[self HTTPRequestTests];
#endif
	[self XMLElementTests];
	[self XMLParserTests];

	[self XMLElementBuilderTests];
#ifdef OF_PLUGINS
	[self pluginTests];
#endif
#ifdef OF_HAVE_PROPERTIES
	[self propertiesTests];
#endif

	if (fails > 0)
		[OFApplication terminateWithStatus: fails];
}
@end







<

>












134
135
136
137
138
139
140

141
142
143
144
145
146
147
148
149
150
151
152
153
154
#ifdef OF_THREADS
	[self threadTests];
#endif
	[self URLTests];
#ifdef OF_THREADS
	[self HTTPRequestTests];
#endif

	[self XMLParserTests];
	[self XMLElementTests];
	[self XMLElementBuilderTests];
#ifdef OF_PLUGINS
	[self pluginTests];
#endif
#ifdef OF_HAVE_PROPERTIES
	[self propertiesTests];
#endif

	if (fails > 0)
		[OFApplication terminateWithStatus: fails];
}
@end