mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-30 08:21:25 +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,16 +36,15 @@ START_SET("TLS support")
|
|||
#endif
|
||||
[dateFormatter release];
|
||||
PASS_EQUAL([c expiresAt], expiresAt,
|
||||
"Expiration for entire list is that of the single item")
|
||||
#else
|
||||
SKIP("TLS support disabled");
|
||||
#endif
|
||||
|
||||
"Expiration for entire list is that of the single item");
|
||||
|
||||
cred = [GSTLSCredentials selfSigned: YES];
|
||||
NSLog(@"%@", cred);
|
||||
PASS(cred != nil, "generates self signed certificate");
|
||||
|
||||
#else
|
||||
SKIP("TLS support disabled");
|
||||
#endif
|
||||
|
||||
END_SET("TLS support");
|
||||
DESTROY(arp);
|
||||
return 0;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue