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.

------------------------------------------------------------------------------
Come build with us! The BlackBerry® Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9-12, 2009. Register now!
http://p.sf.net/sfu/devconf
_______________________________________________
Matplotlib-checkins mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/matplotlib-checkins

Reply via email to