Blame SOURCES/cherrypy-unittest.patch

cda1b0
--- CherryPy-3.2.2/cherrypy/test/helper.py.orig	2011-10-27 22:34:31.218368540 -0700
cda1b0
+++ CherryPy-3.2.2/cherrypy/test/helper.py	2011-10-27 22:34:53.093040680 -0700
cda1b0
@@ -299,7 +299,7 @@
cda1b0
     def test_gc(self):
cda1b0
         if self.do_gc_test:
cda1b0
             self.getPage("/gc/stats")
cda1b0
-            self.assertBody("Statistics:")
cda1b0
+            self.assertMatchesBody("^Statistics:")
cda1b0
     # Tell nose to run this last in each class.
cda1b0
     # Prefer sys.maxint for Python 2.3, which didn't have float('inf')
cda1b0
     test_gc.compat_co_firstlineno = getattr(sys, 'maxint', None) or float('inf')