summaryrefslogtreecommitdiffstats
path: root/tests/registry.test
diff options
context:
space:
mode:
authordgp <dgp@users.sourceforge.net>2019-10-21 18:10:29 (GMT)
committerdgp <dgp@users.sourceforge.net>2019-10-21 18:10:29 (GMT)
commit783d209ab7ffc13de7ffa01a73da5bc40a18993e (patch)
tree96ad8f9f09cbbf1b10074a12483280b97b4a261c /tests/registry.test
parentc9d50be3b9d31a5e6339eae35dd3b04ee3b6913f (diff)
downloadtcl-783d209ab7ffc13de7ffa01a73da5bc40a18993e.zip
tcl-783d209ab7ffc13de7ffa01a73da5bc40a18993e.tar.gz
tcl-783d209ab7ffc13de7ffa01a73da5bc40a18993e.tar.bz2
Bump to dde 1.4.2 and registry 1.3.4.
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 539ba2d..86f4ef3 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.3]
+ set ::regver [package require registry 1.3.4]
}]} {
testConstraint reg 1
}
@@ -33,7 +33,7 @@ testConstraint english [expr {
test registry-1.0 {check if we are testing the right dll} {win reg} {
set ::regver
-} {1.3.3}
+} {1.3.4}
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 ...?"}}