|
From: <as...@us...> - 2009-08-31 05:23:44
|
Revision: 7613
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7613&view=rev
Author: astraw
Date: 2009-08-31 05:23:37 +0000 (Mon, 31 Aug 2009)
Log Message:
-----------
buildbot: removed forced error
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-31 04:46:55 UTC (rev 7612)
+++ trunk/matplotlib/test/test_matplotlib/TestAxes.py 2009-08-31 05:23:37 UTC (rev 7613)
@@ -45,8 +45,6 @@
#--------------------------------------------------------------------
def test_empty_datetime( self ):
"""Test plotting empty axes with dates along one axis."""
- if 1:
- raise RuntimeError('error forced to test buildbot error reporting')
fname = self.outFile( "empty_datetime.png" )
t0 = datetime(2009, 1, 20)
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|