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