diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-06 09:26:30 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-06 09:26:30 (GMT) |
commit | f39dee95d792dd873d1c00643dfcdf86539ab839 (patch) | |
tree | c7a3d32715b5d95f5e6072b1a99207dee46fb7df /tests/registry.test | |
parent | 124e36102e8b08023fe370defa49f89705d61a13 (diff) | |
download | tcl-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.test | 4 |
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 ...?"}} |