Tcl Library Source Code

Check-in [b39206d300]
Login

Many hyperlinks are disabled.
Use anonymous login to enable hyperlinks.

Overview
Comment:oauth / oauth <T> Ticket [20b144d2] Skip tests if TLS is not available. Added base64, sha1 to the set of support packages.
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA3-256: b39206d30030bcdc2d5b000394b9851b32602dc13491b9f72892ee8f43906089
User & Date: aku 2018-06-12 03:55:58
References
2018-06-12
03:58 Ticket [20b144d233] Skip oauth tests if tls not available. status still Open with 4 other changes artifact: 3f003e44f6 user: aku
Context
2018-06-18
19:17
Added a number of procedures to the geometry package regarding intersection with circles (implementation in geometry_circle.tcl). Edited several files because of merge conflicts check-in: c3a46560db user: arjenmarkus tags: trunk
2018-06-13
21:34
Create new branch named "pt-container-ssoberni" check-in: 73a81cc2ca user: ssoberni tags: pt-container-ssoberni
13:41
Create new branch named "ssoberni-ffp-3ed39a451f" check-in: a3cdfd4c68 user: ssoberni tags: ssoberni-ffp-3ed39a451f
2018-06-12
03:55
oauth / oauth <T> Ticket [20b144d2] Skip tests if TLS is not available. Added base64, sha1 to the set of support packages. check-in: b39206d300 user: aku tags: trunk
2018-05-31
16:20
Where present, have uuid use /dev/urandom as an entropy source instead of relying on delicate platform specific hacks. check-in: d5e2fcf04b user: hypnotoad tags: trunk
Changes
Hide Diffs Unified Diffs Ignore Whitespace Patch

Changes to modules/oauth/oauth.test.

1
2
3
4
5
6
7
8
9

10




11
12
13
14
15
16
17
# oauth.test
# -------------------------------------------------------------------------

source [file join \
	[file dirname [file dirname [file join [pwd] [info script]]]] \
	devtools testutilities.tcl]

testsNeedTcl     8.5
testsNeedTcltest 2






testing {
    useLocal oauth.tcl oauth
}

# -------------------------------------------------------------------------
# A no-op test, just to have one running.
# As is this file tests that the package code loads at least









>

>
>
>
>







1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# oauth.test
# -------------------------------------------------------------------------

source [file join \
	[file dirname [file dirname [file join [pwd] [info script]]]] \
	devtools testutilities.tcl]

testsNeedTcl     8.5
testsNeedTcltest 2
testsNeed tls

support {
    use sha1/sha1.tcl     sha1
    use base64/base64.tcl base64
}
testing {
    useLocal oauth.tcl oauth
}

# -------------------------------------------------------------------------
# A no-op test, just to have one running.
# As is this file tests that the package code loads at least