|
From: <as...@us...> - 2009-09-06 01:42:43
|
Revision: 7643
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7643&view=rev
Author: astraw
Date: 2009-09-06 01:42:36 +0000 (Sun, 06 Sep 2009)
Log Message:
-----------
testing: switch known failure condition to 'indeterminate' for SF bug 2850075
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-09-06 01:42:27 UTC (rev 7642)
+++ trunk/matplotlib/test/test_matplotlib/TestAxes.py 2009-09-06 01:42:36 UTC (rev 7643)
@@ -43,7 +43,7 @@
pass
#--------------------------------------------------------------------
- @knownfailureif(True, "Fails due to SF bug 2850075")
+ @knownfailureif('indeterminate', "Fails due to SF bug 2850075")
def test_empty_datetime( self ):
"""Test plotting empty axes with dates along one axis."""
fname = self.outFile( "empty_datetime.png" )
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|