|
From: <ai...@us...> - 2010-07-21 19:11:05
|
Revision: 11094
http://plplot.svn.sourceforge.net/plplot/?rev=11094&view=rev
Author: airwin
Date: 2010-07-21 19:10:59 +0000 (Wed, 21 Jul 2010)
Log Message:
-----------
Temporarily remove some examples so that test_octave_psc and
test_octave_<interactive_driver> will work.
Modified Paths:
--------------
trunk/plplot_test/test_octave.sh.in
trunk/plplot_test/test_octave_interactive.sh.in
Modified: trunk/plplot_test/test_octave.sh.in
===================================================================
--- trunk/plplot_test/test_octave.sh.in 2010-07-21 17:51:07 UTC (rev 11093)
+++ trunk/plplot_test/test_octave.sh.in 2010-07-21 19:10:59 UTC (rev 11094)
@@ -55,7 +55,9 @@
# Subset of p examples selected that seem to work ok with noninteractive
# devices.
-for i=[1:7 8 9 13 15 16 21] ;
+# Remove 7, 16 until plshade1 fix is done.
+
+for i=[1:6 8 9 13 15 21] ;
if (verbose_test)
printf("p%d\n",i);
endif
Modified: trunk/plplot_test/test_octave_interactive.sh.in
===================================================================
--- trunk/plplot_test/test_octave_interactive.sh.in 2010-07-21 17:51:07 UTC (rev 11093)
+++ trunk/plplot_test/test_octave_interactive.sh.in 2010-07-21 19:10:59 UTC (rev 11094)
@@ -70,8 +70,11 @@
# -dev xwin and -dev tk worked for all examples and Octave-3.0. For
# Octave-3.2 the animation for p14 does not work correctly with these devices.
+# Remove 7, 16, 20 until plshade1 fix is done.
+# Remove 17 until an additional fix is done.
+# Remove combined example 21.
plsetopt("dev","$device");
-for i=[1:21];
+for i=[1:6 8:15 18:19];
if (verbose_test)
printf("p%d\n",i);
endif
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|