From: <jd...@us...> - 2009-09-24 03:58:32
|
Revision: 7820 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7820&view=rev Author: jdh2358 Date: 2009-09-24 03:58:25 +0000 (Thu, 24 Sep 2009) Log Message: ----------- fix a typo in dates test Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/tests/test_dates.py trunk/matplotlib/make.osx Modified: trunk/matplotlib/lib/matplotlib/tests/test_dates.py =================================================================== --- trunk/matplotlib/lib/matplotlib/tests/test_dates.py 2009-09-24 03:57:31 UTC (rev 7819) +++ trunk/matplotlib/lib/matplotlib/tests/test_dates.py 2009-09-24 03:58:25 UTC (rev 7820) @@ -145,6 +145,10 @@ @knownfailureif(True) def test_empty_date_with_year_formatter(): # exposes sf bug 2861426: https://sourceforge.net/tracker/?func=detail&aid=2861426&group_id=80706&atid=560720 + + # update: I am no loner believe this is a bug, as I commented on + # the tracker. The question is now: what to do with this test + import matplotlib.dates as dates fig = plt.figure() Modified: trunk/matplotlib/make.osx =================================================================== --- trunk/matplotlib/make.osx 2009-09-24 03:57:31 UTC (rev 7819) +++ trunk/matplotlib/make.osx 2009-09-24 03:58:25 UTC (rev 7820) @@ -1,7 +1,7 @@ # build mpl into a local install dir with # PREFIX=/Users/jdhunter/dev make -f make.osx fetch deps mpl_install -MPLVERSION=0.99.1rc1 +MPLVERSION=0.99.1 PYVERSION=2.6 PYTHON=python${PYVERSION} ZLIBVERSION=1.2.3 This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |