summaryrefslogtreecommitdiffstats
path: root/tests/registry.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-06 09:26:30 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-06 09:26:30 (GMT)
commitf39dee95d792dd873d1c00643dfcdf86539ab839 (patch)
treec7a3d32715b5d95f5e6072b1a99207dee46fb7df /tests/registry.test
parent124e36102e8b08023fe370defa49f89705d61a13 (diff)
downloadtcl-f39dee95d792dd873d1c00643dfcdf86539ab839.zip
tcl-f39dee95d792dd873d1c00643dfcdf86539ab839.tar.gz
tcl-f39dee95d792dd873d1c00643dfcdf86539ab839.tar.bz2
TIP #590 follow-up: Restore 2nd 'load' argument in dde/registry pkgIndex.tcl. Otherwise those pkgIndex.tcl files no longer work in a Tcl 8.6 environment.
dde -> 1.4.4, registry -> 1.3.6 (to stop all confusion about the difference to Tcl 8.6.11)
Diffstat (limited to 'tests/registry.test')
-rw-r--r--tests/registry.test4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/registry.test b/tests/registry.test
index 2a9608f..4fc96bf 100644
--- a/tests/registry.test
+++ b/tests/registry.test
@@ -19,7 +19,7 @@ testConstraint reg 0
if {[testConstraint win]} {
if {![catch {
::tcltest::loadTestedCommands
- set ::regver [package require registry 1.3.5]
+ set ::regver [package require registry 1.3.6]
}]} {
testConstraint reg 1
}
@@ -34,7 +34,7 @@ testConstraint english [expr {
test registry-1.0 {check if we are testing the right dll} {win reg} {
set ::regver
-} {1.3.5}
+} {1.3.6}
test registry-1.1 {argument parsing for registry command} {win reg} {
list [catch {registry} msg] $msg
} {1 {wrong # args: should be "registry ?-32bit|-64bit? option ?arg ...?"}}