ObjFW  Diff

Differences From Artifact [0d39b5669b]:

To Artifact [3a8f0dc730]:


75
76
77
78
79
80
81
82

83
84
85
86
87
88
89
}

- (void)applicationDidFinishLaunching
{
	[self objectTests];
	[self stringTests];
	[self fileTests];
	[self hashTests];

	[self dataArrayTests];
	[self arrayTests];
	[self dictionaryTests];
	[self listTests];
	[self numberTests];
	[self streamTests];
	[self TCPSocketTests];







|
>







75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
}

- (void)applicationDidFinishLaunching
{
	[self objectTests];
	[self stringTests];
	[self fileTests];
	[self MD5HashTests];
	[self SHA1HashTests];
	[self dataArrayTests];
	[self arrayTests];
	[self dictionaryTests];
	[self listTests];
	[self numberTests];
	[self streamTests];
	[self TCPSocketTests];