diff options
author | Ivan Kohler <ivan@freeside.biz> | 2015-07-09 22:18:55 -0700 |
---|---|---|
committer | Ivan Kohler <ivan@freeside.biz> | 2015-07-09 22:18:55 -0700 |
commit | 1c538bfabc2cd31f27067505f0c3d1a46cba6ef0 (patch) | |
tree | 96922ad4459eda1e649327fd391d60c58d454c53 /rt/t/web/query_log.t | |
parent | 4f5619288413a185e9933088d9dd8c5afbc55dfa (diff) |
RT 4.2.11, ticket#13852
Diffstat (limited to 'rt/t/web/query_log.t')
-rw-r--r-- | rt/t/web/query_log.t | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/rt/t/web/query_log.t b/rt/t/web/query_log.t index 89cca2d7b..cfb4d81d7 100644 --- a/rt/t/web/query_log.t +++ b/rt/t/web/query_log.t @@ -14,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"); - |