mirror of
https://github.com/gnustep/libs-base.git
synced 2025-06-01 09:02:01 +00:00
Missing semicolon and misplaced code in GSTLS unit test
This commit is contained in:
parent
8e0dc2ace6
commit
096f6e7fec
1 changed files with 5 additions and 6 deletions
|
@ -36,15 +36,14 @@ START_SET("TLS support")
|
||||||
#endif
|
#endif
|
||||||
[dateFormatter release];
|
[dateFormatter release];
|
||||||
PASS_EQUAL([c expiresAt], expiresAt,
|
PASS_EQUAL([c expiresAt], expiresAt,
|
||||||
"Expiration for entire list is that of the single item")
|
"Expiration for entire list is that of the single item");
|
||||||
#else
|
|
||||||
SKIP("TLS support disabled");
|
|
||||||
#endif
|
|
||||||
|
|
||||||
|
|
||||||
cred = [GSTLSCredentials selfSigned: YES];
|
cred = [GSTLSCredentials selfSigned: YES];
|
||||||
NSLog(@"%@", cred);
|
NSLog(@"%@", cred);
|
||||||
PASS(cred != nil, "generates self signed certificate");
|
PASS(cred != nil, "generates self signed certificate");
|
||||||
|
#else
|
||||||
|
SKIP("TLS support disabled");
|
||||||
|
#endif
|
||||||
|
|
||||||
END_SET("TLS support");
|
END_SET("TLS support");
|
||||||
DESTROY(arp);
|
DESTROY(arp);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue