Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 01a6186

Browse files
committed
buildbot: force error to test reporting abilities
svn path=/trunk/matplotlib/; revision=7612
1 parent 9166b9f commit 01a6186

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

test/test_matplotlib/TestAxes.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,8 @@ def tearDown( self ):
4545
#--------------------------------------------------------------------
4646
def test_empty_datetime( self ):
4747
"""Test plotting empty axes with dates along one axis."""
48+
if 1:
49+
raise RuntimeError('error forced to test buildbot error reporting')
4850
fname = self.outFile( "empty_datetime.png" )
4951

5052
t0 = datetime(2009, 1, 20)

0 commit comments

Comments
 (0)