From: <jd...@us...> - 2009-09-18 14:28:46
|
Revision: 7783 http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7783&view=rev Author: jdh2358 Date: 2009-09-18 14:28:39 +0000 (Fri, 18 Sep 2009) Log Message: ----------- add unit test for sf bug 2861426; empty date plot with year formatter; need test in the name Modified Paths: -------------- trunk/matplotlib/lib/matplotlib/tests/test_dates.py Modified: trunk/matplotlib/lib/matplotlib/tests/test_dates.py =================================================================== --- trunk/matplotlib/lib/matplotlib/tests/test_dates.py 2009-09-18 14:05:51 UTC (rev 7782) +++ trunk/matplotlib/lib/matplotlib/tests/test_dates.py 2009-09-18 14:28:39 UTC (rev 7783) @@ -143,7 +143,7 @@ #@image_comparison(baseline_images=['empty_date_bug']) @knownfailureif(True) -def empty_date_with_year_formatter(): +def test_empty_date_with_year_formatter(): # exposes sf bug 2861426: https://sourceforge.net/tracker/?func=detail&aid=2861426&group_id=80706&atid=560720 import matplotlib.dates as dates This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |