X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=rt%2Ft%2Fweb%2Fquery_log.t;h=cfb4d81d717f8d7c2c649f838704a999a4a5ff83;hb=681a340f6be4184b1472a8e1fa9cd5d074f6f325;hp=e19f44dc6f16bb86c4a4becf6aa394dfaaf2d7d5;hpb=85e677b86fc37c54e6de2b06340351a28f5a5916;p=freeside.git diff --git a/rt/t/web/query_log.t b/rt/t/web/query_log.t index e19f44dc6..cfb4d81d7 100644 --- a/rt/t/web/query_log.t +++ b/rt/t/web/query_log.t @@ -1,4 +1,3 @@ -#!/usr/bin/perl use strict; use warnings; @@ -15,6 +14,5 @@ $root->LoadByEmail('root@localhost'); $m->get_ok("/Admin/Tools/Queries.html"); $m->text_contains("/index.html", "we include info about a page we hit while logging in"); $m->text_contains("Stack:", "stack traces"); -$m->text_like(qr{share/html/autohandler:\d+}, "stack trace includes mason components"); +$m->text_like(qr{/autohandler:\d+}, "stack trace includes mason components"); $m->text_contains("SELECT * FROM Principals WHERE id = '".$root->id."'", "we interpolate bind params"); -