summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--[-rwxr-xr-x]tests/lsetComp.test0
-rw-r--r--[-rwxr-xr-x]tests/msgcat.test0
-rw-r--r--[-rwxr-xr-x]tests/notify.test0
-rw-r--r--tests/registry.test4
-rw-r--r--[-rwxr-xr-x]tests/tcltest.test0
5 files changed, 2 insertions, 2 deletions
diff --git a/tests/lsetComp.test b/tests/lsetComp.test
index 6846cbf..6846cbf 100755..100644
--- a/tests/lsetComp.test
+++ b/tests/lsetComp.test
diff --git a/tests/msgcat.test b/tests/msgcat.test
index 6b965d1..6b965d1 100755..100644
--- a/tests/msgcat.test
+++ b/tests/msgcat.test
diff --git a/tests/notify.test b/tests/notify.test
index d2b9123..d2b9123 100755..100644
--- a/tests/notify.test
+++ b/tests/notify.test
diff --git a/tests/registry.test b/tests/registry.test
index 77588e3..0f78212 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.0]
+ set ::regver [package require registry 1.3.1]
}]} {
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.0}
+} {1.3.1}
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 ...?"}}
diff --git a/tests/tcltest.test b/tests/tcltest.test
index e66678b..e66678b 100755..100644
--- a/tests/tcltest.test
+++ b/tests/tcltest.test