|
From: <as...@us...> - 2009-10-06 15:13:50
|
Revision: 7852
http://matplotlib.svn.sourceforge.net/matplotlib/?rev=7852&view=rev
Author: astraw
Date: 2009-10-06 15:13:44 +0000 (Tue, 06 Oct 2009)
Log Message:
-----------
testing: add trivial comment
(Really this is a test commit to debug the buildbot testing infrastructure.)
Modified Paths:
--------------
trunk/matplotlib/lib/matplotlib/testing/decorators.py
Modified: trunk/matplotlib/lib/matplotlib/testing/decorators.py
===================================================================
--- trunk/matplotlib/lib/matplotlib/testing/decorators.py 2009-10-06 15:01:19 UTC (rev 7851)
+++ trunk/matplotlib/lib/matplotlib/testing/decorators.py 2009-10-06 15:13:44 UTC (rev 7852)
@@ -28,6 +28,7 @@
result = f(*args, **kwargs)
except:
if fail_condition:
+ # (Keep the next ultra-long comment so in shows in console.)
raise KnownFailureTest(msg) # An error here when running nose means that you don't have the matplotlib.testing.noseclasses:KnownFailure plugin in use.
else:
raise
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|