diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-01-25 10:16:05 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2022-01-25 10:16:05 (GMT) |
commit | c4cd98fad6a0607ff3a895300539284b141a3dac (patch) | |
tree | 51a29c6a6c47dd105f77b245c06882d898168a0f /tests | |
parent | 6115ec2a01e2b90e4d54cd15ef6e8e4022420d06 (diff) | |
download | tk-c4cd98fad6a0607ff3a895300539284b141a3dac.zip tk-c4cd98fad6a0607ff3a895300539284b141a3dac.tar.gz tk-c4cd98fad6a0607ff3a895300539284b141a3dac.tar.bz2 |
Add Tk_MakeWindow too
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unixEmbed.test | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unixEmbed.test b/tests/unixEmbed.test index d4f7259..409592c 100644 --- a/tests/unixEmbed.test +++ b/tests/unixEmbed.test @@ -227,8 +227,8 @@ test unixEmbed-1.7 {TkpUseWindow procedure, container and embedded in same app} deleteWindows } -result {{XXX .f2 {} .t2} {XXX .f1 {} .t1}} -# Can't think of any way to test the procedures TkpMakeWindow, -# TkpMakeContainer, or EmbedErrorProc. +# Can't think of any way to test the procedures Tk_MakeWindow, +# Tk_MakeContainer, or EmbedErrorProc. test unixEmbed-2.1 {EmbeddedEventProc procedure} -constraints { |