diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-07-30 10:44:39 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2012-07-30 10:44:39 (GMT) |
commit | 4409afbad7d1d65061c9ae270c3cd589c7230ebb (patch) | |
tree | c9e7c2a58b42357bd755c47a59b7c78488198170 /tests/registry.test | |
parent | 578b0e8089d87e37268eaa1f52627d7e51b3ceab (diff) | |
download | tcl-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.test | 3 |
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 ...?"}} |