For some unknown reason, we're seeing the following at the bottom of *all* of
our pages. It appears after the closing </html> tag and isn't in any layout.
Where should I start looking to track it down?
Loaded suite /var/www/html/beta.goprocure.com/current/public/dispatch.cgi
Started
Finished in 0.000177 seconds.
0 tests, 0 assertions, 0 failures, 0 errors
Thanks,
Gareth
do you have something extending Unit::Test anywhere outside your test/
directory?
Gareth Adams wrote:
Lance Ivy <lance.ivy@...> writes:
do you have something extending Unit::Test anywhere outside your test/
directory?
Looks like the problem was that apache was trying to use dispatch.cgi rather
than the FCGI server. Though I still don't know why that would output a test
line :-/
Never mind, fixed now