diff options
Diffstat (limited to 'tests/ttk')
-rw-r--r-- | tests/ttk/all.tcl | 2 | ||||
-rw-r--r-- | tests/ttk/checkbutton.test | 1 | ||||
-rw-r--r-- | tests/ttk/image.test | 4 | ||||
-rw-r--r-- | tests/ttk/labelframe.test | 4 | ||||
-rw-r--r-- | tests/ttk/layout.test | 4 | ||||
-rw-r--r-- | tests/ttk/notebook.test | 4 | ||||
-rw-r--r-- | tests/ttk/panedwindow.test | 4 | ||||
-rw-r--r-- | tests/ttk/progressbar.test | 4 | ||||
-rw-r--r-- | tests/ttk/radiobutton.test | 1 | ||||
-rw-r--r-- | tests/ttk/scrollbar.test | 4 | ||||
-rw-r--r-- | tests/ttk/treetags.test | 3 | ||||
-rw-r--r-- | tests/ttk/treeview.test | 2 | ||||
-rw-r--r-- | tests/ttk/vsapi.test | 1 |
13 files changed, 0 insertions, 38 deletions
diff --git a/tests/ttk/all.tcl b/tests/ttk/all.tcl index 2cc7bad..da2e316 100644 --- a/tests/ttk/all.tcl +++ b/tests/ttk/all.tcl @@ -8,8 +8,6 @@ # # See the file "license.terms" for information on usage and redistribution # of this file, and for a DISCLAIMER OF ALL WARRANTIES. -# -# RCS: @(#) $Id: all.tcl,v 1.3 2007/12/13 15:28:49 dgp Exp $ package require Tcl 8.5 package require tcltest 2.2 diff --git a/tests/ttk/checkbutton.test b/tests/ttk/checkbutton.test index 1ff6320..e18ff32 100644 --- a/tests/ttk/checkbutton.test +++ b/tests/ttk/checkbutton.test @@ -1,4 +1,3 @@ -# $Id: checkbutton.test,v 1.1 2008/12/31 23:10:48 jenglish Exp $ # # ttk::checkbutton widget tests. # diff --git a/tests/ttk/image.test b/tests/ttk/image.test index 8f7338e..a55f7f8 100644 --- a/tests/ttk/image.test +++ b/tests/ttk/image.test @@ -1,7 +1,3 @@ -# -# $Id: image.test,v 1.4 2007/12/13 15:28:49 dgp Exp $ -# - package require Tk 8.5 package require tcltest ; namespace import -force tcltest::* loadTestedCommands diff --git a/tests/ttk/labelframe.test b/tests/ttk/labelframe.test index 1dd5573..28b4d2e 100644 --- a/tests/ttk/labelframe.test +++ b/tests/ttk/labelframe.test @@ -1,7 +1,3 @@ -# -# $Id: labelframe.test,v 1.1 2006/10/31 01:42:27 hobbs Exp $ -# - package require Tk 8.5 package require tcltest ; namespace import -force tcltest::* loadTestedCommands diff --git a/tests/ttk/layout.test b/tests/ttk/layout.test index 4b69b3c..814e1d9 100644 --- a/tests/ttk/layout.test +++ b/tests/ttk/layout.test @@ -1,7 +1,3 @@ -# -# $Id: layout.test,v 1.1 2006/10/31 01:42:27 hobbs Exp $ -# - package require Tk 8.5 package require tcltest ; namespace import -force tcltest::* loadTestedCommands diff --git a/tests/ttk/notebook.test b/tests/ttk/notebook.test index b58efd7..cdce020 100644 --- a/tests/ttk/notebook.test +++ b/tests/ttk/notebook.test @@ -1,7 +1,3 @@ -# -# $Id: notebook.test,v 1.5 2007/12/13 15:28:49 dgp Exp $ -# - package require Tk 8.5 package require tcltest ; namespace import -force tcltest::* loadTestedCommands diff --git a/tests/ttk/panedwindow.test b/tests/ttk/panedwindow.test index 3bddbee..7fe5c87 100644 --- a/tests/ttk/panedwindow.test +++ b/tests/ttk/panedwindow.test @@ -1,7 +1,3 @@ -# -# $Id: panedwindow.test,v 1.6 2007/12/13 15:28:49 dgp Exp $ -# - package require Tk 8.5 package require tcltest ; namespace import -force tcltest::* loadTestedCommands diff --git a/tests/ttk/progressbar.test b/tests/ttk/progressbar.test index ead15f6..b9add86 100644 --- a/tests/ttk/progressbar.test +++ b/tests/ttk/progressbar.test @@ -1,7 +1,3 @@ -# -# $Id: progressbar.test,v 1.1 2006/10/31 01:42:27 hobbs Exp $ -# - package require Tk 8.5 package require tcltest ; namespace import -force tcltest::* loadTestedCommands diff --git a/tests/ttk/radiobutton.test b/tests/ttk/radiobutton.test index 5daf83a..ba02954 100644 --- a/tests/ttk/radiobutton.test +++ b/tests/ttk/radiobutton.test @@ -1,4 +1,3 @@ -# $Id: radiobutton.test,v 1.1 2008/12/31 23:10:48 jenglish Exp $ # # ttk::radiobutton widget tests. # diff --git a/tests/ttk/scrollbar.test b/tests/ttk/scrollbar.test index 63c97b2..0464273 100644 --- a/tests/ttk/scrollbar.test +++ b/tests/ttk/scrollbar.test @@ -1,7 +1,3 @@ -# -# $Id: scrollbar.test,v 1.3 2007/12/13 15:28:49 dgp Exp $ -# - package require Tk 8.5 package require tcltest ; namespace import -force tcltest::* loadTestedCommands diff --git a/tests/ttk/treetags.test b/tests/ttk/treetags.test index ed139a1..7f26e2f 100644 --- a/tests/ttk/treetags.test +++ b/tests/ttk/treetags.test @@ -1,6 +1,3 @@ -# -# $Id: treetags.test,v 1.3 2010/03/28 21:43:25 jenglish Exp $ -# package require Tk package require tcltest ; namespace import -force tcltest::* diff --git a/tests/ttk/treeview.test b/tests/ttk/treeview.test index 79d4b17..d8bc65d 100644 --- a/tests/ttk/treeview.test +++ b/tests/ttk/treeview.test @@ -1,6 +1,4 @@ # -# $Id: treeview.test,v 1.8 2010/10/11 21:34:45 jenglish Exp $ -# # [7Jun2005] TO CHECK: [$tv see {}] -- shouldn't work (at least, shouldn't do # what it currently does) # diff --git a/tests/ttk/vsapi.test b/tests/ttk/vsapi.test index 5ce2b13..bb88fef 100644 --- a/tests/ttk/vsapi.test +++ b/tests/ttk/vsapi.test @@ -1,5 +1,4 @@ # -*- tcl -*- -# $Id: vsapi.test,v 1.1 2008/04/09 09:27:22 patthoyts Exp $ # package require Tk 8.5 |