diff options
author | fvogel <fvogelnew1@free.fr> | 2022-11-30 20:06:43 (GMT) |
---|---|---|
committer | fvogel <fvogelnew1@free.fr> | 2022-11-30 20:06:43 (GMT) |
commit | 7e719847d750a89c086185071fb294dc2973465b (patch) | |
tree | 4602a71a32b7738c795d9cde7398c4588d3ffa9c /tests/unixEmbed.test | |
parent | 554d0aa0494b61453f72925c486910f879ab8d95 (diff) | |
download | tk-7e719847d750a89c086185071fb294dc2973465b.zip tk-7e719847d750a89c086185071fb294dc2973465b.tar.gz tk-7e719847d750a89c086185071fb294dc2973465b.tar.bz2 |
Reduce differences in the test suite between 8.6 and 8.7 by backporting cosmetic differences from 8.7.
Diffstat (limited to 'tests/unixEmbed.test')
-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 0981668..383a5d5 100644 --- a/tests/unixEmbed.test +++ b/tests/unixEmbed.test @@ -117,7 +117,7 @@ test unixEmbed-1.3 {TkpUseWindow procedure, inheriting colormap} -constraints { colorsFree .x } -cleanup { deleteWindows -} -result {0} +} -result 0 test unixEmbed-1.4 {TkpUseWindow procedure, inheriting colormap} -constraints { unix nonPortable } -setup { @@ -130,7 +130,7 @@ test unixEmbed-1.4 {TkpUseWindow procedure, inheriting colormap} -constraints { colorsFree .x } -cleanup { deleteWindows -} -result {1} +} -result 1 test unixEmbed-1.5 {TkpUseWindow procedure, creating Container records} -constraints { unix testembed notAqua |