diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-06-23 21:47:41 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2015-06-23 21:47:41 (GMT) |
commit | 17d4aee3e5d53fff38c2f5b3320feb6aae327e2b (patch) | |
tree | 89cb34aa92980cc3514e7459071c03ff00b4dc10 /tests/registry.test | |
parent | 7cd09ac45001b00f1ea4a4e82eee8d78484c7822 (diff) | |
download | tcl-17d4aee3e5d53fff38c2f5b3320feb6aae327e2b.zip tcl-17d4aee3e5d53fff38c2f5b3320feb6aae327e2b.tar.gz tcl-17d4aee3e5d53fff38c2f5b3320feb6aae327e2b.tar.bz2 |
Registry extension 1.3.0 -> 1.3.1: SendMessageTimeoutA -> SendMessageTimeout, so make sure only win32 UNICODE API is used.
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 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 ...?"}} |