Fixed failing dispatcher test

git-svn-id: https://svn.cakephp.org/repo/branches/1.2.x.x@6943 3807eeeb-6ff5-0310-8944-8be069107fe0
This commit is contained in:
the_undefined 2008-05-19 04:40:41 +00:00
parent e54b98e91b
commit d184aa0b56

View file

@ -929,8 +929,8 @@ class DispatcherTest extends UnitTestCase {
$url = '/';
ob_start();
$dispatcher->dispatch($url);
$out = ob_get_clean();
$out = $dispatcher->dispatch($url);
ob_get_clean();
ob_start();
$dispatcher->cached($url);