Revision: 7214
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7214&view=rev
Author:   jouni
Date:     2009-06-13 12:09:29 +0000 (Sat, 13 Jun 2009)

Log Message:
-----------
Call current mplot3d demos from backend_driver.py

Modified Paths:
--------------
    trunk/matplotlib/examples/tests/backend_driver.py

Modified: trunk/matplotlib/examples/tests/backend_driver.py
===================================================================
--- trunk/matplotlib/examples/tests/backend_driver.py   2009-06-12 19:41:58 UTC 
(rev 7213)
+++ trunk/matplotlib/examples/tests/backend_driver.py   2009-06-13 12:09:29 UTC 
(rev 7214)
@@ -243,7 +243,18 @@
 
 mplot3d_dir = os.path.join('..', 'mplot3d')
 mplot3d_files = [
-    'demo.py',
+    '2dcollections3d_demo.py',
+    'bars3d_demo.py',
+    'contour3d_demo.py',
+    'contour3d_demo2.py',
+    'contourf3d_demo.py',
+    'lines3d_demo.py',
+    'polys3d_demo.py',
+    'scatter3d_demo.py',
+    'surface3d_demo.py',
+    'surface3d_demo2.py',
+    'text3d_demo.py',
+    'wire3d_demo.py',
     ]
 
 # dict from dir to files we know we don't want to test (eg examples
@@ -273,6 +284,7 @@
 report_missing(pylab_dir, pylab_files)
 report_missing(api_dir, api_files)
 report_missing(units_dir, units_files)
+report_missing(mplot3d_dir, mplot3d_files)
 
 files = (
     [os.path.join(api_dir, fname) for fname in api_files] +


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables unlimited
royalty-free distribution of the report engine for externally facing 
server and web deployment.
http://p.sf.net/sfu/businessobjects
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to