summaryrefslogtreecommitdiffstats
path: root/tests/registry.test
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2012-07-30 10:44:39 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2012-07-30 10:44:39 (GMT)
commit4409afbad7d1d65061c9ae270c3cd589c7230ebb (patch)
treec9e7c2a58b42357bd755c47a59b7c78488198170 /tests/registry.test
parent578b0e8089d87e37268eaa1f52627d7e51b3ceab (diff)
downloadtcl-4409afbad7d1d65061c9ae270c3cd589c7230ebb.zip
tcl-4409afbad7d1d65061c9ae270c3cd589c7230ebb.tar.gz
tcl-4409afbad7d1d65061c9ae270c3cd589c7230ebb.tar.bz2
Add checks whether we are testing the right dll's
Diffstat (limited to 'tests/registry.test')
-rw-r--r--tests/registry.test3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/registry.test b/tests/registry.test
index 71d1fad..7881e82 100644
--- a/tests/registry.test
+++ b/tests/registry.test
@@ -31,6 +31,9 @@ testConstraint english [expr {
&& [string match "English*" [testlocale all ""]]
}]
+test registry-1.0 {check if we are testing the right dll} {win reg} {
+ package versions registry
+} {1.3.0}
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 ...?"}}