[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.9.4-124-g297a6af
Shawn Moore
sartak at bestpractical.com
Wed Oct 6 15:45:58 EDT 2010
The branch, 3.9-trunk has been updated
via 297a6af0efff8501460d1e02e70916c45482b35f (commit)
from 797b2ad8172ce2ee1e3b0dc065a4e95baf0f880b (commit)
Summary of changes:
t/web/query_log.t | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
- Log -----------------------------------------------------------------
commit 297a6af0efff8501460d1e02e70916c45482b35f
Author: Shawn M Moore <sartak at bestpractical.com>
Date: Wed Oct 6 15:48:26 2010 -0400
Look for a query that depends less on the specific database engine
diff --git a/t/web/query_log.t b/t/web/query_log.t
index cd344e3..001992f 100644
--- a/t/web/query_log.t
+++ b/t/web/query_log.t
@@ -13,5 +13,5 @@ $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("Executed SQL query at", "stack traces");
$m->text_like(qr/RT::Test::start_standalone_server\(.*\) called at/, "stack traces");
-$m->text_contains("SELECT * FROM Users WHERE LOWER(Name) = LOWER('root')", "we interpolate bind params");
+$m->text_contains("SELECT * FROM Principals WHERE id = '12'", "we interpolate bind params");
-----------------------------------------------------------------------
More information about the Rt-commit
mailing list