Tcl Library Source Code

View Ticket
Login
Ticket UUID: 20b144d233864c03984a61262334ebd0fd988ffd
Title: Skip oauth tests if tls not available.
Type: Bug Version: current
Submitter: anonymous Created on: 2018-06-09 16:59:54
Subsystem: oauth Assigned To: aku
Priority: 5 Medium Severity: Minor
Status: Closed Last Modified: 2018-06-12 03:58:24
Resolution: Fixed Closed By: aku
    Closed on: 2018-06-12 03:58:24
Description:
Skip test if tls not available.

Index: modules/oauth/oauth.test
--- modules/oauth/oauth.test.orig
+++ modules/oauth/oauth.test
@@ -7,6 +7,7 @@ source [file join \
 
 testsNeedTcl     8.5
 testsNeedTcltest 2
+testsNeed tls
 
 testing {
     useLocal oauth.tcl oauth
User Comments: aku added on 2018-06-12 03:58:15:

Fixed with commit [b39206d300].

Thanks for the report and fix. Also added sha1, base64 to the support.

No version bump.