Revision: 7587
          http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7587&view=rev
Author:   astraw
Date:     2009-08-30 00:08:34 +0000 (Sun, 30 Aug 2009)

Log Message:
-----------
testing: add missing import and add SF bug ID

Modified Paths:
--------------
    trunk/matplotlib/test/test_matplotlib/TestAxes.py

Modified: trunk/matplotlib/test/test_matplotlib/TestAxes.py
===================================================================
--- trunk/matplotlib/test/test_matplotlib/TestAxes.py   2009-08-30 00:03:25 UTC 
(rev 7586)
+++ trunk/matplotlib/test/test_matplotlib/TestAxes.py   2009-08-30 00:08:34 UTC 
(rev 7587)
@@ -2,7 +2,7 @@
 """The Axes unit-test class implementation."""
 #=======================================================================
 
-from mplTest import MplTestCase
+from mplTest import MplTestCase, units
 
 #=======================================================================
 # Add import modules below.
@@ -88,6 +88,8 @@
       fig.savefig( fname )
       self.checkImage( fname )
 
+      # See SF bug 2846058
+      # 
https://sourceforge.net/tracker/?func=detail&aid=2846058&group_id=80706&atid=560720
       fname = self.outFile( "formatter_ticker_005.png" )
       ax.set_xlabel( "x-label 005" )
       ax.autoscale_view()


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

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to