From 587e9500edebde5132ecff517ce813b8a9ed5e07 Mon Sep 17 00:00:00 2001 From: phpnut Date: Sat, 5 Jan 2008 19:23:17 +0000 Subject: [PATCH] "Correcting links generated to additional app tests" git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6324 3807eeeb-6ff5-0310-8944-8be069107fe0 --- app/webroot/test.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/webroot/test.php b/app/webroot/test.php index 4ac8ab56c..6710d20cf 100644 --- a/app/webroot/test.php +++ b/app/webroot/test.php @@ -134,7 +134,7 @@ if (!vendor('simpletest' . DS . 'reporter')) { } if (isset($_GET['case'])) { if (isset($_GET['app'])) { - $show = '??show=cases&app=truee'; + $show = '?show=cases&app=true'; } else { $show = '?show=cases'; }