aboutsummaryrefslogtreecommitdiff
path: root/gdb/testsuite/gdb.python/tui-window.exp
diff options
context:
space:
mode:
Diffstat (limited to 'gdb/testsuite/gdb.python/tui-window.exp')
-rw-r--r--gdb/testsuite/gdb.python/tui-window.exp6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/testsuite/gdb.python/tui-window.exp b/gdb/testsuite/gdb.python/tui-window.exp
index 13e14be..8d86afb 100644
--- a/gdb/testsuite/gdb.python/tui-window.exp
+++ b/gdb/testsuite/gdb.python/tui-window.exp
@@ -47,6 +47,12 @@ Term::check_contents "test title" \
"This Is The Title"
Term::check_contents "Window display" "Test: 0"
+Term::command "python delete_window_title ()"
+Term::check_contents "error message after trying to delete title" \
+ "TypeError: Cannot delete \"title\" attribute\\."
+Term::check_contents "title is unchanged" \
+ "This Is The Title"
+
Term::resize 51 51
# Remember that a resize request actually does two resizes...
Term::check_contents "Window was updated" "Test: 2"