diff options
author | Martin Hunt <hunt@redhat.com> | 2003-02-27 22:21:33 +0000 |
---|---|---|
committer | Martin Hunt <hunt@redhat.com> | 2003-02-27 22:21:33 +0000 |
commit | 29ba9c25e6c315c5de9e7dfa6f285d7165241e44 (patch) | |
tree | 085b6bf7b8b5c020ea3d4756e3b21091b59f77df /gdb | |
parent | 3b39a0d06f32c8c858dcdd555cfec6ccf050b3d4 (diff) | |
download | gdb-29ba9c25e6c315c5de9e7dfa6f285d7165241e44.tar.gz |
2003-02-27 Martin M. Hunt <hunt@redhat.com>
* windows.test: Remove HtmlViewer from list of windows.
Diffstat (limited to 'gdb')
-rw-r--r-- | gdb/testsuite/gdb.gdbtk/ChangeLog | 2 | ||||
-rw-r--r-- | gdb/testsuite/gdb.gdbtk/windows.test | 4 |
2 files changed, 4 insertions, 2 deletions
diff --git a/gdb/testsuite/gdb.gdbtk/ChangeLog b/gdb/testsuite/gdb.gdbtk/ChangeLog index 376c30b5824..62a2213b34c 100644 --- a/gdb/testsuite/gdb.gdbtk/ChangeLog +++ b/gdb/testsuite/gdb.gdbtk/ChangeLog @@ -1,5 +1,7 @@ 2003-02-27 Martin M. Hunt <hunt@redhat.com> + * windows.test: Remove HtmlViewer from list of windows. + * srcwin.test: Use "list get" instead of "listget" to get contents of comboboxes. (2.1): Be less sensitive. diff --git a/gdb/testsuite/gdb.gdbtk/windows.test b/gdb/testsuite/gdb.gdbtk/windows.test index ebb4b3e9c12..d8f72c549fe 100644 --- a/gdb/testsuite/gdb.gdbtk/windows.test +++ b/gdb/testsuite/gdb.gdbtk/windows.test @@ -1,5 +1,5 @@ # Basic window tests -# Copyright 2001 Red Hat, Inc. +# Copyright 2001, 2003 Red Hat, Inc. # # This Program Is Free software; you can redistribute it and/or modify # it under the terms of the GNU General Public License as published by @@ -29,7 +29,7 @@ global objdir test_ran # Windows to test # FIXME: TfindArgs needs to be updated before it can go in the list... -set windows [list BpWin BrowserWin Console DebugWin HtmlViewer KodWin LocalsWin \ +set windows [list BpWin BrowserWin Console DebugWin KodWin LocalsWin \ MemWin ProcessWin RegWin StackWin TdumpWin WatchWin] # Dialogs to test |