|
From: <sm...@us...> - 2009-02-10 08:49:56
|
Revision: 9496
http://plplot.svn.sourceforge.net/plplot/?rev=9496&view=rev
Author: smekal
Date: 2009-02-10 08:49:52 +0000 (Tue, 10 Feb 2009)
Log Message:
-----------
Added example 29 to critical examples again for Win32 so that this C example is run. If this works for a while we can remove the critical_examples workaround.
Added lua example 29 to lua test script.
Modified Paths:
--------------
trunk/plplot_test/plplot-test.sh.cmake
trunk/plplot_test/test_lua.sh.in
Modified: trunk/plplot_test/plplot-test.sh.cmake
===================================================================
--- trunk/plplot_test/plplot-test.sh.cmake 2009-02-10 08:47:40 UTC (rev 9495)
+++ trunk/plplot_test/plplot-test.sh.cmake 2009-02-10 08:49:52 UTC (rev 9496)
@@ -313,7 +313,7 @@
echo "Testing front-end $i"
script=$scripts_dir/test_$i.sh
if [ "@WIN32@" = "1" ] ; then
- critical_examples="14 17"
+ critical_examples="14 17 29"
else
critical_examples="14 17 29"
fi
Modified: trunk/plplot_test/test_lua.sh.in
===================================================================
--- trunk/plplot_test/test_lua.sh.in 2009-02-10 08:47:40 UTC (rev 9495)
+++ trunk/plplot_test/test_lua.sh.in 2009-02-10 08:49:52 UTC (rev 9496)
@@ -30,9 +30,9 @@
export results
echo $results
cd $luadir
-# 09, 15, 16, 17, 19, 22, 25, 30, 31 are implemented but do not currently work.
-# 14, 20, 21, 23, 26, 27, 28, 29, are not implemented.
-for index in 01 02 03 04 05 06 07 08 10 11 12 13 17 18 24 31; do
+# 09, 15, 16, 17, 19, 22, 25, 29, 30, 31 are implemented but do not currently work.
+# 14, 20, 21, 23, 26, 27, 28 are not implemented.
+for index in 01 02 03 04 05 06 07 08 10 11 12 13 17 18 24 29 31; do
if [ "$verbose_test" ] ; then
echo "x${index}"
fi
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|