Blame SOURCES/cherrypy-unittest.patch

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