From: <ai...@us...> - 2008-12-12 06:03:48
|
Revision: 9094 http://plplot.svn.sourceforge.net/plplot/?rev=9094&view=rev Author: airwin Date: 2008-12-12 06:03:43 +0000 (Fri, 12 Dec 2008) Log Message: ----------- Fill out Tk examples to test, and give reasons why some of the standard 30 are dropped from the list (including dropping example 2 and example 24 to avoid what appear to be nameclash bugs in this context). Modified Paths: -------------- trunk/plplot_test/plplot-test-interactive.sh.in Modified: trunk/plplot_test/plplot-test-interactive.sh.in =================================================================== --- trunk/plplot_test/plplot-test-interactive.sh.in 2008-12-12 06:00:37 UTC (rev 9093) +++ trunk/plplot_test/plplot-test-interactive.sh.in 2008-12-12 06:03:43 UTC (rev 9094) @@ -1,6 +1,6 @@ #!/bin/sh -#test suite of all interactive tk stuff that cannot be done by file. -#tk driver (x14c), tcldemos, tkdemos. +# Test suite of all interactive tk stuff that cannot be done by file. +# e.g., tk driver (x14c), tcldemos, tkdemos. export cdir=c export tcldir=tcl export tkdir=tk @@ -22,6 +22,10 @@ EOF cd ../$tkdir pwd +# Drop 2 to avoid 'invalid command name "plhlsrgb"' error. +# Drop 14 because multiple devices do not seem to work in this context. +# Drop 17 because it simply prints out unimplemented message. +# Drop 24 to avoid 'invalid command name "plschr"' error. plserver <<EOF source tkdemos.tcl 1 @@ -38,7 +42,17 @@ 13 15 16 -17 18 +19 +20 +21 +22 +23 +25 +26 +27 +28 +29 +30 exit EOF This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |