diff options
Diffstat (limited to 'tests/ttk/notebook.test')
| -rw-r--r-- | tests/ttk/notebook.test | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/ttk/notebook.test b/tests/ttk/notebook.test index f4558bf..152625b 100644 --- a/tests/ttk/notebook.test +++ b/tests/ttk/notebook.test @@ -25,7 +25,7 @@ test notebook-1.3 "Cannot add toplevel" -body { .nb add [toplevel .nb.t] } -cleanup { destroy .t.nb -} -returnCodes error -match glob -result "can't add .nb.t*" +} -returnCodes error -result {cannot add ".nb.t" as content of ".nb"} test notebook-1.4 "Try to select bad tab" -body { .nb select @6000,6000 |
